Forum Replies Created
-
in reply to: Slider Dummy Data for Business 5in reply to: Font Awesome Icons not showingThis reply has been marked as private.in reply to: Show Entire BlogPosts in www.site.com/blog
Hello,
What blog style have you selected? If you have simple blog style then you must edit the file loop-index.php. Find these lines:
<div class="text"> <?php if(is_single()){ do_shortcode(the_content()); }else{ if($post_format == 'video' || $post_format == 'audio') echo do_shortcode(codeless_text_limit(get_the_content(), 60)); else echo do_shortcode(get_the_excerpt()); } ?> </div>and replace with:
<div class="text"> <?php if(is_single()){ do_shortcode(the_content()); }else{ if($post_format == 'video' || $post_format == 'audio') echo do_shortcode(codeless_text_limit(get_the_content(), 60)); else echo do_shortcode(get_the_content()); } ?> </div>Best regards!
-
This reply was modified 11 years, 2 months ago by
Ruco.
Hello,
Yes, you can do that.
First find the category id you want to exclude.
Edit the file ‘specular/vc_tempaltes/latest_blog.php’.
Find this lline:if($dynamic_from_where == 'all_cat'){ $query_post = array('posts_per_page'=> $posts_per_page, 'post_type'=> 'post' );and replace with:
if($dynamic_from_where == 'all_cat'){ $query_post = array('posts_per_page'=> $posts_per_page, 'post_type'=> 'post' , 'cat'=>'-3' );put here
'cat'=>'-3'
, instead of ‘3’ the category id you want to exclude.
Best regards!
-
This reply was modified 11 years, 2 months ago by
Ruco.
in reply to: More tag not working on Post and on home pageHello,
Where have you entered the more tag? On which page?
Can you show us your site url?Best regards!
in reply to: Remove Shaddow of the GalleryHello,
Please add this css code at Custom Css Code at general options :
.theme-default .nivoSlider { box-shadow: none !important; }Best regards!
in reply to: Header and menu problemsHello,
Please add this css code at Custom Css Code at general options:
.light .btn-bt.business { float: right; margin-top: 20px;}Best regards!
in reply to: Shortcodes IssueHello,
Please can you write your ftp credentials in a private reply so I can check that file?
Best regards!
in reply to: Unable to locate Specular.zipHello,
Make sure you the specular file have the sufficient access right.
If you still have the issue, please can you show me your wp and ftp credentials so I can check?
Best regards!
in reply to: responsive logoHello,
Please can you show me your site url? I will give some css code to fix that.
Best regards!
in reply to: Blog Post – AUDIO NOT WORKINGThis reply has been marked as private.Hello,
Sorry, this effect of the content in slider is removed on the latest theme updates.
Best regards!
in reply to: Mobile menu not visibleHello,
Please can you show me your site credentials in a private reply? I need to check the settings. I checked it on my test site the same header type and the menu on responsive is visible.
Best regards!
in reply to: Errors in Google webmasterThis reply has been marked as private.Hello,
Have you enabled the parallax option as in here https://www.clipular.com/c/4825520572203008.png?k=5ECtnV6xNSk9MP1ufIkDXial6oY
If the content in slider still doesn’t scroll on window scroll please can you write your wp credentials in a private reply, so I can check?Best regards!
-
This reply was modified 11 years, 2 months ago by