Forum Replies Created
-
AuthorPosts
-
Hey!
Can you elaborate please? I cannot see any issue on product page – http://i.imgur.com/hBWI79V.png
Cheers!
YigitHi Brett!
Do you mind posting a temporary admin login here, privately, so we can look into it?Just realized that you are using an older version of the theme. Please firstly update Enfold to the latest version 2.7.1 – kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
Yigit-
This reply was modified 10 years, 11 months ago by
Yigit.
Hi mezcalbean!
Can you post the link to your page so we can see the issue on your live website?
Cheers!
YigitHi shadyraymond!
1- Please go to Appearance > Editor and open functions-enfold.php file and find
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']);and change it to
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['next'] = get_previous_post($settings['same_category']); $entries['prev'] = get_next_post($settings['same_category']);2- You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
3- As far as i know, no one else reported such issue. I asked @dude to share his opinion. Let us wait for his answer.
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor { background: transparent!important; margin: 0; padding: 0; border: none!important; }Regards,
YigitMay 8, 2014 at 2:50 pm in reply to: As I can include "You might also like" in my blog entries? #261802Hi Carlos!
Related posts will be displayed on blog posts that have the same tags. Please edit your posts add the same tag to the ones you would like to display in Related posts section – http://i.imgur.com/0DRLy5p.png
Regards,
YigitHi spirit1977!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 150px; }Cheers!
YigitHey!
I could not reproduce the issue on my end – http://i.imgur.com/laMEOHo.jpg
Can you try deactivating all active plugins and check if that helps? Please note that we may need a temporary login if deactivating plugins do not helpRegards,
YigitHi!
You are probably using an older version of the theme. Please update Enfold to the latest version 2.7.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) { #your-custom-id .av_two_third { display: none!important; }}Cheers!
YigitHi NoahCurran!
You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
YigitHi!
Can you post the link to your website and point out the image you would like to hide on mobile?
Best regards,
YigitMay 8, 2014 at 2:12 pm in reply to: iFrame for Soundlcoud in IE 9 Not Working Since Last Update #261784Hey!
I just checked your website on IE9 mode on Win7 and this is how it looks on my end – http://i.imgur.com/50dhgU2.jpg
Have you tried checking your website on another computer using IE9?Best regards,
YigitHi ste_thumbs!
Please give a unique ID to your color section – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and add following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 990px) { #your-custom-id { display: none !important; }}Regards,
YigitHi!
1- Please go to Enfold theme options > Header Layout > Header Size = Custom Size > Header Custom Height = 200px
2- Please add following code to Quick CSSdiv .logo { margin-top: 20px; }3- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Cheers!
YigitMay 8, 2014 at 1:59 pm in reply to: Fullscreen slider doesn't rotate on Enfold with Default settings #261773Hi abnow!
Please make sure that you have activated Auto-rotation in slider settings – http://i.imgur.com/b968ikA.png
If it is, please try deactivating all active plugins and check if that helpsRegards,
YigitHi!
Please add following code to Quick CSS instead
.blog-categories, .comment-container { pointer-events: none; }Did you mean comment counter in post meta? I could not see tags on your post. If you do not want to keep comment counter in post meta clickable, remove .comment-container from custom CSS code
Best regards,
YigitHey Romina77!
Please go to Enfold theme options > Header Layout > Header Layout > Menu and logo position – http://i.imgur.com/4ZBRqll.png
Cheers!
YigitHey designing!
Can you post the link to your website so we can look into it?
Best regards,
YigitHey OrangeMediaNL!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .sub_menu>ul>li>a { color: red; } .header_color .sub_menu>ul>li>a:hover { color: blue; }Best regards,
YigitHi rpl_admin!
Please go to Pages > All Pages and check if you have it in Trash section – http://i.imgur.com/OcJHwQL.png
Cheers!
YigitHey!
Please do not forget to rescan language file and to check “non case-sensitive” in edit window – http://imgur.com/a/tuktG
Best regards,
YigitHi!
If other users report such issue, i will let Kriesi know about it. But i cannot reproduce the issue on my end. You can add the code to Custom.css file inside Enfold/Css folder if you would like to keep Quick CSS field clean. I am marking this thread as resolved, let us know if you have any other questions or issues
Best regards,
YigitMay 8, 2014 at 11:33 am in reply to: How to have a standalone widget "popular posts" for ENFOLD? #261724Hi COLORIT!
Please add following code to Quick CSS
.avia_combo_widget .tab_counter_1, .avia_combo_widget .tab_counter_2 { display: none !important; }Best regards,
YigitHey!
Great! If issue occurs in future, you can activate your plugins one by one to find the culprit.
Let us know if you have any other questions or issuesCheers!
YigitHey clair_levander!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.fallback-post-type-icon { display: none !important; }Best regards,
YigitHi goldbaum!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.sidebar .avia-button-wrap a { color: white; }Cheers!
Yigit -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
