Forum Replies Created
-
AuthorPosts
-
Hi!
It is being disabled by the “WP Edit” plugin. Please check the page editor now. http://andesworldtravel.com/wp-admin/post.php?post=4528&action=edit
Cheers!
IsmaelSeptember 1, 2015 at 8:36 am in reply to: Simple Slider "Choose the size of the image" without any function #496292Hey!
Note that the “Slideshow Image Size” setting in the Easy Slider element will not affect the actual width of the slider. Regardless of the settings, the slider will inherit the width of the parent container so if you place the slider inside a 1/2 column, it will inherit the size of that column. The purpose of the Slideshow Image Size setting is to enable the user to select from the available thumbnail sizes generated by the theme.
Best regards,
IsmaelHey!
There is no available filter for that so you will have to modify the theme core files directly. Edit the config-templatebuilder > avia-shortcodes > masonry_entries.php, look for this code:
$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";Replace it with:
$the_title = substr($the_title, 0, 10) . "..."; $items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";Best regards,
IsmaelHey!
We are looking for a screenshot of the final layout that you have in mind. No, unfortunately, we don’t understand it. And regarding your question, I’m sorry but it’s not possible to add a text in place of the accordion image. Maybe, you can find another element in the advance layout builder or try to find a plugin more suited to what you’re trying to achieve.
Cheers!
IsmaelHi!
Did you set the columns or row settings to have equal height? Note that if you re-arrange the column elements, it will reset the row settings.
Cheers!
IsmaelSeptember 1, 2015 at 8:03 am in reply to: Vertically centering text depending on image height #496274Hi!
I’m sorry but I don’t think there is an all-in-one solution in what you’re trying to achieve here. The previous solution will require additional css media queries to adjust the property on different screen sizes, in this case, the top margin. It is also more effective if you set the columns to have equal height. Please edit the first 1/2 column in the row then set the Equal Height Columns settings to “Equal height”. Set the vertical alignment to “Middle”.
Cheers!
IsmaelHi!
The current user doesn’t have enough permission to access the network dashboard, import theme settings or to upload custom icons. Please create a super admin or give us access to the existing one. http://codex.wordpress.org/Super_Admin_Menu
Best regards,
IsmaelSeptember 1, 2015 at 7:35 am in reply to: Can't get images to display with Masonry Blog, etc. #496255Hi!
Not all shortcodes are available when you use the text block’s shortcode wand because those shortcodes or elements can be added by using the advance layout builder.
Cheers!
IsmaelSeptember 1, 2015 at 7:32 am in reply to: Create a gap between Header and main content that shows Body image backgroud #496253Hi!
Sorry for the delay. I can see the site now. Try to disable the page’s header transparency then add this in the Quick CSS field to create a gap under the header:
#main { margin-top: 100px; }Best regards,
IsmaelHi!
This thread is getting a bit too long. Please create a new thread then we’ll tackle the issue there.
Best regards,
IsmaelHi!
Try to replace the code with this:
@media only screen and (max-width: 990px) { #header_meta { display: none !important; } }Hard refresh the page after.
Cheers!
IsmaelHi!
Please set the user to administrator. We need to check the plugins and the theme editor panel.
Best regards,
IsmaelAugust 31, 2015 at 8:31 am in reply to: Transparent Menu disappear after last Enfold theme update #495633Hey!
You have this css code in the style.css file which creates a gradient effect:
#header { position: relative; overflow: hidden; display: block; font-family: Helvetica,Arial,sans-serif; color: #FFFFFF; font-weight: bold; text-shadow: 0 -1px 1px #000000; border:1px solid #2a2a2a; background:#111; color:#fff; font-weight:bold; text-shadow:0 -1px 1px #000; background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111)); background-image:-webkit-linear-gradient(#3c3c3c,#111); background-image:-moz-linear-gradient(#3c3c3c,#111); background-image:-ms-linear-gradient(#3c3c3c,#111); background-image:-o-linear-gradient(#3c3c3c,#111); background-image:linear-gradient(#3c3c3c,#111) }Remove it then test the page again.
Best regards,
IsmaelHey!
The example on the site is not a masonry element. It is a code block with a custom script. You can contact codeable to create something similar: http://kriesi.at/contact/customization
The developer created a container with a class or id attribute called “portfolio-description”. He then applied a custom css animation called “bottom”. This is the css code:
.portfolio-description { position: absolute; bottom: -15px; display: inline-block; width: 100%; height: 100%; left: 0px; opacity: .55; transition: bottom 1s, opacity 1s; -webkit-transition: bottom .5s, opacity 1s; }The “-webkit-transition: bottom .5s, opacity 1s;” is the custom css animation. Refer to this link for more info: http://www.w3schools.com/css/css3_animations.asp
Best regards,
IsmaelHi!
You should add the code on Enfold > General Styling > Quick CSS field. All css modifications should go there.
Regards,
IsmaelHey!
Unfortunately, it hasn’t been added yet but you can request for that feature here: https://kriesi.at/support/enfold-feature-requests/
Note that it might take a while before any specific feature request is added. Or it may not be added at all.
Regards,
IsmaelHi!
There’s a 404 error when I visited the page. Please check. Try to remove the extra div tags then add this in the Quick CSS field:
.archive .sidebar { clear: none !important; float: left; width: 23% !important; }Adjust the width if necessary.
Regards,
IsmaelHi!
I’m sorry but this feature is not a priority for now. You can may need to hire a freelance developer if you insist on modifying the theme’s shortcode. Why do you need to use another theme for mobile anyway? The theme is fully responsive already.
Cheers!
IsmaelHi mauer!
Thank you for using Enfold.
You need to use a plugin like the WPML in order to translate the theme.
Best regards,
IsmaelHey!
A css class attribute called “hidden” is being added on the container. It’s probably from a third party plugin so try to deactivate all plugins then hard refresh the page. If it doesn’t work, try to add this in the Quick CSS field:
.sort_by_cat.hidden { position: relative !important; opacity: 1 !important; visibility: visible !important; }Best regards,
IsmaelHi!
Please check the page. Let us know if that’s what you wanted: http://newinceptions.com/
Regards,
IsmaelHi!
The whole masonry item container works as a link so adding another link or button inside will not work, unfortunately.
Cheers!
IsmaelHey!
Is the site running on a shared hosting? The dashboard is a bit slow to load. Actually, I can’t access the layer slider panel. Anyway, I checked the site and there are a few js errors on the console. Please try to deactivate all plugins then overwrite the theme and WP files.
Regards,
IsmaelHey!
You can add another content inside the tab, apply a unique css class or id attribute to it. Use css media queries like the example above to hide it on desktop view.
Best regards,
IsmaelHey!
We deactivated the BJ Lazy Load plugin which causes the issue. Please remove browser cache then check the page: http://pages.sanesolution.com/
Regards,
IsmaelHi!
Glad you figured it out. It would have been a difficult issue to debug. :)
Cheers!
IsmaelHey!
Alright. We added a few safari-specific css codes to fix the logo and the menu. You can check it now: http://dreamgrowers.desi/redskyshelters.com/yome/
Best regards,
IsmaelHi!
I visited the Appearance > Editor panel and I noticed that you have a modified version of the template-builder.php and the helper-main-menu.php file. Please try to disable those files temporarily by renaming them then check the page again. http://wels.staging.wpengine.com/test/ (hosted on WPengine)
Cheers!
IsmaelHey!
Please ask your hosting provider to create a php info page and then send us the url. From there, we can check the actual memory limit of the server. In a few cases, changing php settings via php.ini file will not work because the default php settings set by the administrator is still being enforce.
Regards,
IsmaelHey!
1.) Use this to fix the logo alignment:
#header_meta { width: 50%; right: 0; position: absolute; }2.) Adjust the top padding of the main container:
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 124px; }Best regards,
Ismael -
AuthorPosts
