Forum Replies Created
-
AuthorPosts
-
Hey Mac_ma,
Try to add this code in functions.php:
remove_action('woocommerce_single_product_summary','woocommerce_template_single_title',5); add_action('woocommerce_single_product_summary', 'woocommerce_my_single_title',5); if ( ! function_exists( 'woocommerce_my_single_title' ) ) { function woocommerce_my_single_title() { ?> <h2 itemprop="name" class="product_title entry-title"><?php the_title(); ?></h2> <?php } }
Hope this helps :)
Best regards,
NikkoHi Dick,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoOctober 23, 2016 at 9:59 pm in reply to: Adding breadcrumbs question for Products and Categories #703073Hi craigriches ,
I could see the page now properly but I could not see the breadcrumb added. Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
October 23, 2016 at 9:53 pm in reply to: Bold words 'glued' with previous and ensuing in portfolio ajax preview #703071Hi pmfonseca,
I have removed the code I gave and in WP Rocket Options in this option Files optimisation: I have unchecked HTML. This fixed the issue. Let us know if this is also fixed on your end, if not try to disable wp rocket.
PS: All plugins are activated, I have deactivated all plugins upon troubleshooting but it was not registered in Recently Active so I could not check the 2 plugins that are not active. I apologize for this.
Best regards,
NikkoHi hingex,
Glad we could help :)Best regards,
NikkoHey Cacher,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.header_color .header_bg { background-color: transparent !important; }
Let us know if it works :)
Best regards,
NikkoHey mg_jason,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
We also need ftp details so we can check on the files
Best regards,
NikkoHey Michał,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey Uroš,
In your contact form kindly uncheck Hide Form Labels then add this code in functions.php:
function add_custom_placeholder(){ ?> <script> jQuery(window).load(function(){ jQuery('.postid-3133 input#avia_1_1').attr('placeholder', 'First Name *'); jQuery('.postid-3133 input#avia_3_1').attr('placeholder','Last Name *'); jQuery('.postid-3133 input#avia_4_1').attr('placeholder','Email *'); jQuery('.postid-3133 input#avia_5_1').attr('placeholder','Skype ID'); jQuery('.postid-3133 input#avia_6_1').attr('placeholder','Country *'); jQuery('.postid-3133 input#avia_7_1').attr('placeholder','Company *'); jQuery('.postid-3133 input#avia_8_1').attr('placeholder','Telephone'); jQuery('.postid-3133 textarea#avia_9_1').attr('placeholder','Message *'); }); </script> <?php } add_action('wp_footer', 'add_custom_placeholder');
This code is page specific to avoid conflicting with other forms. Let us know if it works :)
Best regards,
NikkoHi Richard,
It’s really a weird issue, I checked and everything is good on the backend, what I did was create another category called Blogs and add that category to all posts and use it on your page, and the issue is fixed. I’m not sure if its just a bug since I could not replicate the issue on my end. I hope the workaround is alright with you the fix the problem. Hope this helps :)
Best regards,
NikkoHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Also give us a link where the sidebar appears properly.
Best regards,
NikkoHi,
Upon checking your site by viewing the source, the posts are arranged in the correct order but checking it visually, all are in the wrong order except the 3rd one. Can you try to do the following things:
- In Masonry Settings (Size Settings) can you try to use Perfect Grid or Perfect Automatic Masonry, kindly check if it works properly or not then return it to its original setting.
- Try to disable all plugins and check if the issue is fixed, if not proceed to step 3
- Try to use the Enfold (parent theme) and check if the issue is fixed or not
Let us know if this helps, and what you observe by doing the following things above.
Best regards,
NikkoHi,
Glad that you’ve fixed it :)
Best regards,
NikkoHi Richard,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoOctober 23, 2016 at 12:57 pm in reply to: Display categories name with the title in accordion slider #702985Hey Ismail,
Yes, you can achieve it by going to enfold\config-templatebuilder\avia-shortcodes\slideshow_accordion.php and find this code (line 655):
$output .= !empty($slide->post_title) ? "<h3 class='aviaccordion-title' {$markup_title} {$title_style}>".$slide->post_title."</h3>" : "";
Above it kindly add this code:
$output .= !empty(get_the_category( $slide->ID )) ? "<h2 class='aviaccordion-category-title'>".get_the_category( $slide->ID )[0]->name."</h2>" : "";
Let us know if it works :)
Best regards,
NikkoHey AlexBellaTropea,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey Richard,
You just need to click on the post to Open it and if you are logged in as administrator you should see a black bar on top, just click on Edit Post. Let us know if this helps :)
Best regards,
NikkoHi louis!
You don’t need to add it, the css code only needs to be added to Quick CSS but it’s already in enfold/css/print.css which is in this form:
.entry-content a:after { content: " [" attr(href) "] "; }
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko. Reason: grammar
Hey!
Try to deactivate this plugin: WP Content Copy Protection then check. If it doesn’t work try to deactivate the following plugins also and check: Simple Custom CSS and My Custom Functions. Let us know if it works :)
Best regards,
NikkoHey JeeBar,
Can you try to add this code in functions.php:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'my_custom_post_type_1'; $meta['page'][] = 'my_custom_post_type_2'; $meta['page'][] = 'my_custom_post_type_3'; } } return $metabox; }
Just replace my_custom_post_type_x and replace it with your custom post type. Let us know if it helps.
Best regards,
NikkoHey asinger777,
You can use this code instead:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'postType1'; $meta['page'][] = 'postType2'; $meta['page'][] = 'postType3'; } } return $metabox; }
Hope this helps :)
Best regards,
NikkoOctober 22, 2016 at 6:56 pm in reply to: Button with anchor doesn't move to correct part of the page #702852Hey destawala,
In each section (color section) you need to add an id (developer id). For example about then on the menu you need to add a custom link and the url should be #about. Let us know if it works :)
Best regards,
NikkoHi,
Try to check in comments.php in the Enfold theme.
Best regards,
NikkoOctober 22, 2016 at 6:10 pm in reply to: How can I change the word "by" before the author name in blog #702846Hi pimroll,
Find this code:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
under these files:
enfold\includes\loop-author.php
enfold\includes\loop-index.phpjust replace “by” in the code. Make sure you backup it since it is in core files.
Best regards,
NikkoHi,
Can you post a screenshot for the following issues:
- URL links are appearing again
- And it does it too with the “more-link” too
You can post it in the Private Content when you reply. I could not see the issues on my end, please let us know what browser, device and OS you use so we can test it using the same environment.
Best regards,
NikkoHey best-seo,
I have checked your site but it’s difficult to see troubleshoot without looking at the backend. Can you give us a temporary admin access? so we can inspect it further. Kindly put it in the Private Content section when you reply.
Best regards,
NikkoHi,
Your post’s format is Image kindly switch it to Standard. You will need to edit each of your post, you should see the Format box in the sidebar when you edit a post. Let us know if this fixes the issue :)
Best regards,
NikkoHey Samuel,
It’s possible but it’s a lot of work. Instead of using Masonry Gallery which you need to set where the image links, try using Masonry (under Content Elements), you have the option it is automatically linked on a portfolio or a post.
Best regards,
NikkoHey!
Thanks Natalie :)
Regards,
NikkoOctober 22, 2016 at 1:40 pm in reply to: Enfold creates several images and makes original image unusable after uploading #702816Hi Marcel,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts