Forum Replies Created
-
AuthorPosts
-
Hi!
I tried the link above, wp-admin and wp-login but they aren’t working. Please check.
Best regards,
IsmaelMarch 2, 2015 at 6:38 am in reply to: Video backgroud Layerslider WP strange display in mobile phones #404306Hey NaRanJiTo78!
Thank you for using Enfold.
The problem, the slider height is too high, 1000px and the Layers Container is not set. Refer to this link: https://kriesi.at/support/topic/responsive-layerslider-wp-in-mobile-phones/#post-404303
Cheers!
IsmaelHi NaRanJiTo78!
Thank you for using Enfold.
This is a possible but it will require a custom modification that is beyond the scope of support. Anyway, users can always click right mouse button then enable “Mute”.
Regards,
IsmaelHey NaRanJiTo78!
Thank you for using Enfold.
Set a value to the Responsive Under and Layers Container field.
Regards,
IsmaelMarch 2, 2015 at 6:22 am in reply to: random visual and speed isues after last update 4.1.1 + 3.0.8 #404297Hey!
I refreshed the page exactly 5 times but I can’t reproduce the issue. Maybe, it’s an intermittent issue with the server which randomly occur at a random time of the day. Please contact them for more info. Try to install a cache plugin. It should help.
Cheers!
IsmaelHey!
Thank you for using Enfold.
I’m sorry but I don’t see any layer slider on the home page. Can you please create a test page? You need to play around with the Duration and Delay options of the layer. Make sure that it doesn’t exceed the general duration settings of the whole slide.
Best regards,
IsmaelHi!
I checked the site and the cart_dropdown isn’t showing even when you add an item. Please replace the code with this:
@media only screen and (max-width: 767px) { .responsive #top .cart_dropdown { right: -160px; } .responsive #top .cart_dropdown.visible_cart { right: 7.5%px; } }
Also, the social icons are visible on mobile. Please remove browser cache then reload the page. Use this to adjust the position:
@media only screen and (max-width: 767px) { .responsive.html_header_top #header_main .social_bookmarks { top: 0; right: -60%; }}
Best regards,
IsmaelHey!
Glad you figured it out. If you still want to translate other text or strings, you can use this plugin: https://wordpress.org/plugins/codestyling-localization/
Best regards,
IsmaelHi!
I’m sorry but I don’t understand what you’re saying. What is “Piebald this but please times.”?
Like I said, there are only 5 endpoints. I edited the menu for you:
http://franzelina.com/wp-admin/nav-menus.php?action=edit&menu=3793
The login and register page is the same as the my account page so when you’re logged in to the site and you click the login or register menu items, you will be redirected to the my account page.
Best regards,
IsmaelHey!
Sorry for the delay. The issue is kinda weird. This is the first time that I’ve seen something like this. When editing a page, it shows the frontend view instead of the advance layout builder. Try the following:
1.) Delete the enfold theme then install it again using a fresh copy from your themeforest account.
2.) Re-install WordPress.
Regards,
IsmaelHi!
Sorry for the delay. Please check it now: http://www.studiojas.com/wordpress2/?page_id=734
Cheers!
IsmaelMarch 2, 2015 at 5:25 am in reply to: Portfolio Pseudo Title .av-masonry-entry:before – center vertical #404277Hey!
This should work:
#home_grid1 .av-inner-masonry-content-pos, #home_grid2 .av-inner-masonry-content-pos { top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); position: absolute; left: 50%; }
Regards,
IsmaelHey!
I checked the site and the link is already green. Please remove browser cache then reload the page.
Cheers!
IsmaelHi!
You can try the solution provided here to move the content box below the featured image: https://kriesi.at/support/topic/mash-between-masonry-blog-with-blog-post-grid-layout/#post-397414
Regards,
IsmaelHi!
You can try something like this
@media only screen and (max-width: 767px) { #custom-section .av-parallax.avia-full-stretch.active-parallax { background-position: 50% 20% !important; }}
Refer to this link for more info regarding background-position property: http://www.w3schools.com/cssref/pr_background-position.asp
Regards,
IsmaelHey Jasmer!
Thank you for using Enfold.
Are you referring to the Subscribe to blog input field? Try this:
input#subscribe-field { border: 1px dotted #e1e1e1; width: 190px !important; font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; max-width: 190px !important; box-sizing: border-box; }
Cheers!
IsmaelHi!
Custom css class attributes are usually added to the grand parent container or the first container of the element. You can use google inspector or firebug to get the proper css selector. This will probably work:
.awesome-easyslider { text-transform: lowercase; font-size: 10px; text-align:center; }
For the iconlist, if you use “custom-iconlist” as custom css class attribute, you can use something like this:
.custom-iconlist .iconlist_title { text-transform: none; }
Add the !important attribute next to the css value if it doesn’t work.
Best regards,
IsmaelHi!
Create the slider using the Full screen or Full width slider then add the bottom content using the color section. Add a negative top margin to it to create an offset effect.
Regards,
IsmaelHey!
You have this code on the style.css file:
.avia-content-slider { color: white; left: 0px; right: 0px; padding: 0px; position: absolute !important; bottom: 6px; text-align: center; font-size: 13px; }
I believe this is a modification for the post slider but since the blog grid and the post slider are using the same script, it breaks the grid. Replace the selector with this:
.avia-content-slider-active .slide-entry .slide-content
Cheers!
IsmaelHi!
I forgot to tell you that by default, it should show the category name. Please remove the avf_title_args filter on functions.php.
Regards,
IsmaelHi!
Have you tried to re-install WordPress? Please get a fresh copy of wp then override the old files. A few users have this issue and most of the time, a quick re-install of wp fixed it.
Regards,
IsmaelHey!
There’s a hidden horizontal rule above or beside the icon. Don’t know where that come from but it’s there. Please check your editor. If you can’t seet the horizontal rule element, toggle the elements, change the positions, update the page then revert it back.
Regards,
IsmaelHi leRenaar!
Thank you for using Enfold.
I’m not really sure what the code above does but may you can do a str_replace to remove the BR tags: http://php.net/str_replace
Regards,
IsmaelHi!
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100%; }}
Regards,
IsmaelHey!
I’m sorry but I don’t see the elements with the mouseover class attribute. It’s still the same image element. Please follow the instructions on the links. Create the code using a text or code block.
Cheers!
IsmaelHi!
Edit includes > loop-index.php, replace everything with this code: http://pastebin.com/SUmWtYA2
Add this to the Quick CSS field:
.single .av-share-box { margin-bottom: 50px; }
Regards,
IsmaelHey!
Replace the code with this:
.page-id-362 #av_section_1 .avia_textblock > * { font-size: 15px !important; }
Cheers!
IsmaelHi!
The code should work. Please try to remove browser cache then reload the page. If it still doesn’t work, try to add this to the Quick CSS field:
#top .portfolio-preview-image .avia-gallery .avia-gallery-big { pointer-events: none !important; }
Best regards,
IsmaelHi!
What if you add a custom css attribute to the span class. Something like this:
<span class="awesome-font">TEXT HERE<span>
You can then apply a custom color to that class:
.awesome-font { color: red !important;}
Try to use the code above without the !important attribute.
Cheers!
IsmaelHi!
I just realized a problem when doing the suggestion above, you won’t be able to specify the location of the custom fields. If you can’t find a workaround regarding that problem, try to use the previous fullwidth template then remove the container part:
div class='container'>
And of course, the closing tag:
</div><!--end container-->
Regards,
Ismael -
AuthorPosts