Forum Replies Created
-
AuthorPosts
-
Hey!
I added a condition to the script so that it only affects the default posts. ( see private field )
Cheers!
IsmaelFebruary 26, 2019 at 12:33 am in reply to: Mobile Sticky Headers' Logo to big, but only on Iphone, works with Chrome #1071563Hey check-t,
Thank you for using Enfold.
This css code should help limit the height of the logo on mobile view.
@media only screen and (max-width: 767px) { .responsive #top .av_header_transparency .logo { height: 62px !important; } .responsive .logo img { max-height: 62px; } }
Best regards,
IsmaelHi,
Thanks for the update.
You have to set the global variable $post.
// https://codex.wordpress.org/Function_Reference/$post
The code would look something like this:
function add_portfolio_punchline() { global $post; // more code here
Best regards,
IsmaelHi,
Thanks for the update.
We added the following css code and then modified the snippet in the functions.php file a bit.
.big-preview a { height: auto; width: 100%; }
Best regards,
IsmaelHi,
Thanks for the update.
Remove the widget with the search icon and then add this code in the functions.php file to render the actual search icon inside the main header container.
add_action( 'ava_main_header', 'avia_append_search_nav_mod', 9997 ); function avia_append_search_nav_mod() { $search = ''; global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $search .= '<div id="menu-item-search" class="noMobile"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </div>'; echo $search; }
Best regards,
IsmaelFebruary 25, 2019 at 10:50 am in reply to: How to change the Portfolio pages display order in the category? #1071205Hey mpq1470,
Thank you for using Enfold.
Are you referring to the portfolio category pages? Please explain your request a bit more so that we can understand it. The “pre_get_posts” hook might help.
// https://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
Best regards,
IsmaelHey pavlika,
Thanks for the update.
We are able to reproduce the issue on Chrome, Windows 8 but we’re not sure what’s causing it. The flipbox css code looks fine. Did you add any modifications to the theme? Please post the login details in the private field so that we can inspect the issue further.
Best regards,
IsmaelFebruary 25, 2019 at 10:34 am in reply to: Enfold Mailchimp subscription widget Not working #1071191Hi,
@artngo: It seems to be working properly when I test it. Which widget is not working?Screenshot: https://imgur.com/a/WXx9xGr
@jojoba007: Could you give us a link to the actual site?
@ChichesterDesign: Did you select a mailchimp list from the widget?Best regards,
IsmaelFebruary 25, 2019 at 10:26 am in reply to: Problem with update to 4.5.4 Update package Not available #1071187Hi,
We would like to apologize for the late response.
The site is already running on version 4.5.4. Did you update it manually?
Best regards,
IsmaelHey metafora29,
Thank you for using Enfold.
Where did you add the contact forms? We can’t find it anywhere in the home or the contact the page. And we also noticed that the sites are not running on the latest version of the theme. Please upgrade to version 4.5.4.
Best regards,
IsmaelFebruary 25, 2019 at 7:49 am in reply to: How can I implement "Organization" Structured Data? #1071151Hi,
Thanks for the update.
Replace the “wp_head” hook with “wp_footer” so that it inserts the code before the body closing tag instead of inside the head tag.
Best regards,
IsmaelFebruary 25, 2019 at 7:41 am in reply to: Enfold page builder layout broken with All In One SEO Pack compatibility issue #1071150Hi,
Thank you for the update.
Our developer added a fix for that particular issue, but it may require some testing. Please edit the config-templatebuilder/avia-template-builder/php/shortcode-template.class.php file and then replace everything with this code:
// https://pastebin.com/376ikyBJ
Let us know if it changes anything.
Best regards,
IsmaelHi,
The css codes works but the masonry content becomes larger than the image on smaller screens. Have you tried resizing the images a bit?
Best regards,
IsmaelFebruary 25, 2019 at 7:20 am in reply to: How to insert search form into header_posline next to phone number? #1071146Hi,
Thanks for sharing. I’m sure it will help a lot of users. We’ll close this thread now.
Best regards,
IsmaelHi,
You should apply unique names to those anchors because they are being treated as the same. For example, the “#leistungen” anchor should be replaced with “#leistungen-catering” or whatever name you prefer as long as it differs from the other anchor.
Best regards,
IsmaelFebruary 25, 2019 at 5:19 am in reply to: Yoast seo not work complete on Enfold after Updating WordPress #1071137Hi,
Thanks for the update.
We were able to reproduce the issue, but not really sure why the preview displays the old content. Have you tried disabling the cache and minification plugins? We set the default editor to the old one or the classic editor. You can toggle that option yourself from the Enfold > Theme Options > “Select Your Editor” section. Let us know if that changes anything.
Best regards,
IsmaelHi,
The event tracker is working. The following information is transmitted when you click on the image. (see private field)
Did you create a goal in your ga console?
// https://support.google.com/analytics/answer/1032415?hl=en
Best regards,
IsmaelHi,
Thanks for the update.
It’s not working because of the “Optional Email” plugin. Please contact the plugin author for additional info regarding the issue.
Best regards,
IsmaelHi,
We can’t connect to your file server. Could you give us a screenshot of your FTP configuration?
Best regards,
IsmaelFebruary 25, 2019 at 4:17 am in reply to: Subnavi via anker-links (jquery) do not highlight the links correctly #1071116Hi,
We are not really sure what you did, but we’re glad it is fixed. Should we close this thread?
Best regards,
IsmaelFebruary 25, 2019 at 4:08 am in reply to: Layout Blogbeiträge (classic grid) – Überschrift anpassen #1071115Hi,
Thanks for the update.
The grid seems to be responding properly on mobile view. This is we what see on our end.
Screenshot: https://imgur.com/a/qDJZGHD
Best regards,
IsmaelHi,
We reported the issue to the dev team. Please wait for their response.
Best regards,
IsmaelHi,
Great. Glad it’s working. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelFebruary 25, 2019 at 3:57 am in reply to: Logo Centered, menu on either side with base of logo text even with logo #1071107Hi,
Did you copy the code from your email? You have to copy any snippet or code directly from this forum. We adjusted the code a bit. It’s working now. Unfortunately, we can’t put the menu items on either side of the logo.
Best regards,
IsmaelFebruary 25, 2019 at 3:50 am in reply to: Updating to Enfold 4.5 and validating Personal Token #1071104Hi,
@SpaceNotation: Did she register to this forum after purchasing the theme? Please ask her for the purchase code, which is what’s required in order to create an account in this forum. It also serves as a verification that she actually bought the theme from Themeforest and not anywhere else.// https://kriesi.at/support/register/
Best regards,
IsmaelHi,
@Lin84: Use this css code to remove the default menu on mobile view.media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { display: none; } }
@Guenni007: We never really had anyone reporting issue with the mobile detection script, so I don’t think changing it would be necessary.Best regards,
IsmaelHey Reinhard,
Thank you for using Enfold.
That is the default lightbox image size, but it can be adjusted in the Settings > Media panel. Change the size of the “Large” thumbnail and then regenerate the images afterwards.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelFebruary 22, 2019 at 8:34 am in reply to: Subnavi via anker-links (jquery) do not highlight the links correctly #1070258Hi kisys!
Thank you for opening another thread.
Did you add more than one anchors for the same section in that page?
Regards,
IsmaelHi,
Thanks for the update.
Where did you add the image element? I did find the same picture in the home page, but it was added in a slider, not an image element. And I can’t find the custom css class attribute when I check the markup. Please provide a link to the actual page with the image element.
Best regards,
IsmaelFebruary 22, 2019 at 8:25 am in reply to: Layout Blogbeiträge (classic grid) – Überschrift anpassen #1070255Hey Sascha_2018,
Thank you for using Enfold.
You can use this css code to change the style of the post title in a grid layout.
.html_elegant-blog .avia-content-slider .slide-entry-title { padding-top: 15px; font-size: 1.6em; font-weight: bold; color: red; }
I translated your inquiry using Google, so I may have missed some part. let us know if you need anything else.
Best regards,
Ismael -
AuthorPosts