Forum Replies Created
-
AuthorPosts
-
Hi Andrew,
You could create a page template (i’d recommend simply duplicating page.php + adding a special class to the container, something like .no-breadcrumb) and then simply assign it in the backend of each page you want, finally add this code to the CSS:
.no-breadcrumb .breadcrumb{ display: none }
If this is too much technical please create an administrator account and send it to me at avia.josue (at) gmail.com so i can help you out.
Regards,
JosueHi Chad,
You could try using server redirection (.htaccess) with a plugin like this one.
Regards,
JosueHi,
Can you post a link to the page where the issue occurs please?
Regards,
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHi Boris,
I think they didn’t migrated, mines are gone too, i’ll tag Kriesi in the meantime.
Regards,
JosueSeptember 17, 2013 at 3:27 am in reply to: Removing Next and Previous event hovers from Event Calendar plugin pages only #162036Glad we could help.
Regards,
JosueSeptember 17, 2013 at 3:24 am in reply to: Hide other toggles if one of the toggles is open (active) #162033Hi,
I did some tests locally, and it appears to work with this modification:
Regards,
Josue- This reply was modified 11 years, 3 months ago by Josue.
Hi,
IE8 and Chrome are very very different browsers, it is really hard to get the exact same result in a browser that is nearly 5 years old, however i’ll check your website once i get onto my Windows machine.
Regards,
JosueHi,
Can you post a link to your website please? I’d like to check the code first hand.
Regards,
JosueSeptember 17, 2013 at 2:56 am in reply to: Custom CSS not working correctly following update #162025Hi,
Can you post a link to your website please?
Regards,
JosueHi,
I see the accents displaying correctly:
Regards,
JosueHi Jane,
Add that code to the Quick CSS area in the Theme options page (Styling tab).
Regards,
JosueHi,
Yes, here’s a video Devin did on how to get started with Child themes.
Regards,
JosueHi,
1. This will change the height without affecting the dropdowns:
#top .main_menu .menu > li > a, #header_main .container{ height: 65px !important; line-height: 65px !important}
2. This one will change the color of the current-menu-item to red:
#top .main_menu .current-menu-item > a{ color: red}
3. And this will change the color/size of the text and links inside the breadcrumb container respectively.
.breadcrumbs span{ color: red !important; font-size: 21px !important; }
.breadcrumbs a{ color: blue !important; font-size: 21px !important; }Regards,
JosueHi Dionna,
Can you create an administrator account and send it to (Email address hidden if logged out) so i can check it personally?
Regards,
JosueHi Graeme,
Try with this code:
.entry-content-wrapper div li {
list-style: none;
background: url("PATH_TO_YOUR_PNG") no-repeat center left;
padding-left: 20px;
}If it doesn’t work please provide us a link to your website and the png you want to be used as bullets.
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueHi,
Can you post a link to the page where the issue occurs?
Regards,
JosueHi,
Well, i don’t think we will be able to reproduce that issue, i’ll tag the rest of the team in the meantime.
Regards,
JosueHi,
The problem is that this file doesn’t exist http://wingchun.sifuzahler.de/wp-content/uploads/dynamic_avia/enfold.css, if you want me to check it personally, please create an administrator account and send it to (Email address hidden if logged out) .
Regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueGlad we could help Xavier. Let us know if you have any other questions or issues :)
Regards,
JosueHi,
I tested this CSS code (without touching the JavaScript files), and it does the job:
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1 !important; -moz-transform:scale(1) !important; -webkit-transform:scale(1) !important; -o-transform:scale(1) !important; transform: scale(1) !important; } .avia_start_animation .iconlist_icon{ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; animation: none !important; }
You would only need to add it to the CSS in your child theme.
Regards,
JosueHi Chad,
In the latest version of Enfold (2.2), wp_link_pages() is called in these files (3):
Regards,
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue -
AuthorPosts