Forum Replies Created
-
AuthorPosts
-
FocuxTheme Support
KeymasterOK, great!
FocuxTheme Support
KeymasterHi
Can you post me your wordpress login information with private reply? I can try it on my computer.
Sometimes, user changed the other browser to try it again, it’s successed.Thanks
FocuxTheme Support
KeymasterHi
Just sent you V1.04
It support override parent CSS via child theme
I also include a child theme example, just put your custom CSS into style.css in child theme folder.FocuxTheme Support
KeymasterOh, I see.
I will limit the post title length in the next version, if you are in a hurry, you can do it manually by yourself.
The solution is edit /wp-content/themes/Samsara/functions/plugins/van_shortcodes/inc/van_shortcodes_func.php, find the following code about at line 301$post_list.='<a href="'.$url.'" class="post_title">'.$title.'</a>';
Instead:
$post_list.='<a href="'.$url.'" class="post_title">'.van_shortcodes_truncate($title,40).'</a>';
I will also update this file in the next version, so don’t worry about upgrade theme.
Thanks
March 13, 2014 at 9:23 pm in reply to: Added header when using multiple slides on the front page #4010You must have valid license to access this content.You must have valid license to access this content.March 13, 2014 at 9:06 pm in reply to: PRICE Shortcode change text on “More” Button to “Buy Now” #4008You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
I mean you can add your custom CSS in style.css file of child theme.
Also, I’m creating a child theme example for you now, and I will send it to you after a while.Thanks
FocuxTheme Support
KeymasterHi
For first issue, can I check your website with firebug in firefox? Otherwise I can’t make sure what’s wrong.
Second, you can add the following custom CSS into “Samsara options > Custom style > CSS code”
#footer{display:none;}Thanks!
-
AuthorPosts
