Forum Replies Created
-
AuthorPosts
-
Hi!
You’re welcome, glad we could help :)
Please let us know if you ever need help in the future.
Best regards,
DakeHey!
You’re welcome, glad I could help :)
Please let us know if you ever need help in the future.
Cheers!
DakeAugust 17, 2015 at 4:55 pm in reply to: Breadcrumbs not appearing on old pages – only on new #489008Hey!
Before implementing either of those solutions, may we have temporary access to your website so we check if there is a simpler solution?
Please be sure to link to the pages that are not displaying breadcrumbs.
Regards,
DakeHey Victor!
It is possible, however some custom work would be needed.
You can either enlist the aid of a freelancer to implement that feature for you or you can make a feature request here.
Best regards,
DakeHey!
Glad to know we could help :)
Please let us know if you ever need help in the future.
Regards,
DakeHey!
The below css will remove the bottom border for the last table row:
tr:last-child { border-bottom-style: none !important; }
Best regards,
DakeHey!
Please try editing the breaking points found in your grid.css instead.
Each media query can be found on lines 86,98,151,340, respectively.
Best regards,
DakeHi!
Please add an exclamation point in front of the word important on the .toggle_content class:
Without !
.toggle_content { padding: 0px important; }
With !
.toggle_content { padding: 0px !important; }
Once the exclamation point has been added the 0px padding will work.
Cheers!
DakeHey!’
You can set the #url’s in the appearances>menus section then assign color sections to a locator wth the section id as shown below:
http://i.imgur.com/zaXb7yg.png
Regards,
DakeHey!
You’re welcome, glad I could help :)
Our WIP Enfold Documentation site can be found here.
If you ever need help in the future, please let us know.
Cheers!
DakeHi CarlNanz!
You can change the the links in your navigation via the menu section (appearance>menu) as shown below:
http://i.imgur.com/vgvarma.png
The icon should be the same in the german wordpress installation as well.Ich bin mit Google Translate fr unten
Sie können die Links in Ihrer Navigation durch die Menüabschnitt (Aussehen > Menü ) ändern , wie unten dargestellt :
http://i.imgur.com/vgvarma.png
Das Symbol sollte auch das gleiche in der Deutsch WordPress-Installation sein .Regards,
DakeHi!
I don’t have an ipad to test the website with but I have not experienced the issue on a desktop and two android devices (nexus 4/LG G4).
I have notified the team about testing your website on an ipad.
In the meantime, may we have a screenshot of the issue taking place? Also do you have any other apple devices you can test to see if the issue occurs?
Best regards,
DakeAugust 17, 2015 at 12:47 am in reply to: Enfold – Reducing the White space on an image container #488477Hey!
That’s because the image is centered in the layout element.
Alternatively you can use a 1/4th layout element for the image, a 3/4th layout element for the text then finally set the image left or right aligned accordingly.
Cheers!
DakeHi!
Your special heading font color is set to #ffffff (aka white) on your white background:
Regular:
http://i.imgur.com/45m5Psn.pngHighlighted:
http://i.imgur.com/DOf1Obj.pngBest regards,
DakeHi!
It would really help to have temporary access to your website so we can see if there are any conflicting settings in your theme options.
Best regards,
DakeHi mrivas1804!
May we have a screenshot example showing what you would like the Ajax portfolio preview to look like?
Based on what you described so far, it would most likely require custom code. You can enlist the help of a freelancer if you would like to implement this yourself or you can make a feature request here.
Cheers!
DakeHi MarieAn!
You can use plain images (preferably images that are large to begin with) and have them shown as fullwidth by using the full-width easy slider element with the slider controls set to hidden and a slideshow transition of your choice.
Cheers!
DakeHi elbnetz!
You could try using a css3 filter as demonstrated here with an already transparent .png background image.
But this method isn’t compatible on some browsers.
Cheers!
DakeHey!
The below media query can be found in your layout.css file (wp-content\themes\enfold\css), starting from line 3264.
You can change the “trigger point” of 768px (preferably using a child theme) to your liking:
/* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 989px) { .responsive .main_menu ul:first-child > li > a { padding: 0 10px; } .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=100); } .responsive #main .container_wrap:first-child{ border-top:none; } .responsive .logo{float:left;} .responsive .logo img{margin:0; } .responsive .av_mobile_menu_tablet .main_menu .avia-menu{display: none; } .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks { right: 50px; } .responsive.js_active .avia_combo_widget .top_tab .tab{font-size: 10px;} .responsive.js_active .avia_combo_widget .news-thumb{display:none;} .responsive #top #wrap_all .grid-sort-container .av_one_sixth{ width:33.3%; margin-bottom: 0;} .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header, .responsive.html_boxed.html_header_transparency #top #header{max-width: 100%;} }
Best regards,
DakeAugust 16, 2015 at 11:28 pm in reply to: masonry blog show title and excerpt below thumbnail #488460Hi!
Glad to know we could help :)
Please let us know if you ever need help in the future.
Regards,
DakeHi!
Sorry about that, please update the td css and add the .toggle_content css as shown below:
td { border-left-style: solid !important; border-right-style: none !important; border-left-width: 1px; !important } .toggle_content { padding: 0px !important; }
Cheers!
DakeHey!
The method I mentioned above is the simplest method via css.
In order to have a nontransparent header behave like a transparent header (Automatically disable breadcrumbs and titles, slightly overlap content etc) you will need custom code.
If you would like to go that route you can enlist the aid foa freelancer or make a feature request here.
Please note that different pages can have different header settings and the css I provided can be applied to multiple pages at once.
The css does no disable the normal use of the non or transparent headers.
Best regards,
DakeAugust 16, 2015 at 6:35 pm in reply to: enfolf: disable image and photo title to display on all images, sliders etc. #488415Hi RynoSwan!
Please add the below code to bottom of your avia.js file, found here: wp-content>themes>enfold>js>avia.js
jQuery(document).ready(function($){ jQuery('img').removeAttr('title'); });
Regards,
DakeHey!
Please update Enfold to the latest version and clear your cache.
I’ve tested the about-me page on 2 android devices (Nexus 4 and LG G4) and am not experiencing the error.
I’m looking into testing on an iphone device right now as well.
Have you tried inserting an image element with a caption instead?
Cheers!
DakeHey!
You’re welcome :)
Please let us know if you ever need help in the future.
Cheers!
DakeHey frankeee!
So you’re saying that it only works if you include Ismael’s final code to the parent Enfold function.php and not your child theme’s function.php?
May we have access to your website and a link to the page in question so we can take a closer look?
Cheers!
DakeHey!
Please add the below css to your custom css section:
tr th:first-child { border-left-style: none !important; border-top-style: none !important; } td { border-left-style: solid !important; border-right-style: none !important; }
Cheers!
DakeHey chicabowl!
Please create a new thread with your specific issue and link it here, so we can close this thread and assist you from your new thread.
Cheers!
DakeHi!
I commented out the below css so your logo now displays:
/*div .logo { display: none !important; }*/
Regards,
Dake -
AuthorPosts