Forum Replies Created
-
AuthorPosts
-
November 22, 2014 at 9:56 am in reply to: How can I add a location on the googlemap by Longitude and Latitude? #355832
Hey!
Can you please provide a link to the actual page? Did you use coordinates as well? Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.
Cheers!
IsmaelHi!
Thank you for using Enfold.
The demo is using vimeo videos. Make sure that you enable the Loop Video Player setting.
Best regards,
IsmaelHey!
Did you mean that you can’t see the english text of the theme options? Please provide a screenshot. If you want us to translate the theme options to spanish, I’m afraid we won’t be able to help you with that. Like I said, use the Codestyling Localization plugin to translate the strings.
Best regards,
IsmaelHi!
Oh. Alright. You can create another logo element with using bigger logo images for mobile device. Hide the default logo / partner element using css media queries. Refer to this link on how to hide or show specific elements on different screen sizes using custom css class and media queries: https://kriesi.at/support/topic/is-there-an-option-to-create-a-separate-page-design-specific-to-mobile-devices/
Cheers!
IsmaelHey!
Looks like this is not an actual error, just a misleading error reports which is claimed to be fix on the latest version of the browser. Please refer to this link: https://code.google.com/p/chromium/issues/detail?id=424599#c17
Regarding the insecure content issue, please try to use this plugin: https://wordpress.org/plugins/wordpress-https/
Best regards,
IsmaelNovember 22, 2014 at 9:23 am in reply to: Add extra image to single product page between header and product image #355824Hey!
You can replace the code with this:
function avia_add_summary_div(){ if(ICL_LANGUAGE_CODE=='en') echo "<img src='EN_USPS_IMG_URL_'>"; if(ICL_LANGUAGE_CODE=='de') echo "<img src='DE_USPS_IMG_URL_'>"; echo "<div class='single-product-summary'>"; }Best regards,
IsmaelHi!
Thank you for using Enfold.
What do you mean by “Slider articles”? Can you please provide a link to the actual page with this element? A screenshot will help. If you’re referring to the blog posts featured image, you can still use the suggested plugin above. Look for the entry_with_sidebar size and entry_without_sidebar size thumbnails.
Regards,
IsmaelHi!
1.) To fix the menu overlap, you can decrease the menu item padding and font size:
@media only screen and (max-width: 1350px) { .av-main-nav > li > a { padding: 0 8px; font-size: 12px; } }2.) You have to increase the max-width attribute if you want to influence larger screens:
@media only screen and (max-width: 1350px) { .responsive .title_container .breadcrumb { position: relative; right: auto; top: -6px; margin: 0; left: -2px; } }Regards,
IsmaelNovember 22, 2014 at 9:05 am in reply to: Manual fix instead of update wanted (Sliderproblem in 4.01) #355819Hi Boris!
Thank you for using Enfold.
I’m sorry but we have to require you to update the whole theme in order to prevent other issues from happening. We can’t provide you with snippets or scripts that will only fix the slider. If you’re not comfortable with the idea of updating the theme, you should probably create a dev site for testing purposes.
Cheers!
IsmaelHi!
Looks like you purchased WPML from a different source (http://www.onthegosystems.com/). If I am not mistaken, WPML.org doesn’t allow selling their plugin from a third party vendor. Maybe, the plugin that you’re using is not the latest version. There are thousands of Enfold users who have WPML installed on their site but it doesn’t break the advance layout builder. Please contact the WPML support and ask them if this site is legitimate: http://www.onthegosystems.com/
Cheers!
IsmaelHey!
It’s probably not an email configuration issue. Again, please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. Also, upgrade WordPress to 4.0.1. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Deactivate all plugins then test the form element again.
Best regards,
IsmaelHi!
I’m sorry but the theme doesn’t allow fixed sidebars by default. This will require a bit of customization which is beyond the scope of support. Regarding the overlay issue, please remove the inline styling of the link and img tag on the text widget.
<a href="http://sample.purgeplugs.com/shop/#!/Blue-Purge-Plug-Tube-Set/p/13560644/category=10396856" style="position: relative; overflow: hidden; display: block;"><img src="http://sample.purgeplugs.com/wp-content/uploads/2014/11/IMG_2516_Fade.png"><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 124px; width: 230px;"><span class="image-overlay-inside"></span></span></a>Replace it with:
<a href="http://sample.purgeplugs.com/shop/#!/Blue-Purge-Plug-Tube-Set/p/13560644/category=10396856"><img src="http://sample.purgeplugs.com/wp-content/uploads/2014/11/IMG_2516_Fade.png"><span class="image-overlay overlay-type-extern" style="left: -5px; top: 0px; height: 124px; width: 230px;"><span class="image-overlay-inside"></span></span></a>Best regards,
IsmaelNovember 22, 2014 at 8:27 am in reply to: How to get full-screen Vimeo video to playback in HD? #355814Hey!
Please refer to this link for more info regarding vimeo video quality: https://kriesi.at/support/topic/video-slider-quality/#post-305211
Best regards,
IsmaelHi scaico!
Thank you for using Enfold.
I’m sorry but this is not possible without modifying the theme files. The only workaround we can provide is by adding a third tier category on the post items with both Front-End and CSS category, for example “Design”. Edit the Blog Posts then select this category instead.
Cheers!
IsmaelNovember 22, 2014 at 8:17 am in reply to: Homepage YouTube Video no working on Mobile / Tablets #355812Hi Marcelo!
Thank you for using Enfold.
Videos on sliders are disabled by default due to script incompatibilities, that’s why you need to add a fallback image. Edit the slider then add a fallback image for mobile devices.
Cheers!
IsmaelHey!
You can add the the Contact Form element on the 3/5 column layout then add 1/5 column layout on each side of the 3/5 column.
Cheers!
IsmaelHey!
Thank you for the screenshot.
The markup of the footer widgets is wrong. Did you edit or add any modifications? Please download the latest version of the theme 3.0.4 if you’re planning to upgrade WordPress 4.0.1. Add this on Quick CSS or custom.css for a temporary fix:
@media only screen and (max-width: 767px) { #footer div .av_one_fourth { width: 100%; } }The update should revert the footer widget markup to default.
Cheers!
IsmaelHey Kalid!
Thank you for using Enfold.
I added the code on functions.php and created a test page here: http://www.inamazonia.com/test-tooltip/
Best regards,
IsmaelHey!
I can’t scroll the site, maybe because the screen resolution on my monitor is higher. Anyway, you can use this:
.header_color .header_bg { background-color: #f2f2f2; }Regards,
IsmaelNovember 22, 2014 at 7:48 am in reply to: Title and Breadcrumb do not work on Portfolio Items #355804Hey!
Looks like you updated WordPress to 4.0.1, which is now incompatible with Enfold 3.0.2. First, please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
All our suggestions are standard procedures in order to minimize or deduct possible causes of specific issues. If you feel that it is utterly useless, we suggest that you hire a freelance developer which maybe more capable of debugging the site. Since the individual breadcrumb settings is saved on the database > wp_postmeta > header_title_bar meta_key, my guess is that the database is not properly transferred that’s why it doesn’t recognize the previous settings. You can also find the header and breadcrumb global settings on database > wp_posts > avia_options_enfold. Look for the header_title_bar key inside the option_value.
Best regards,
IsmaelHi!
We will need to see the actual website in order to debug the issue. How did you add the code?
Regards,
IsmaelHey!
We’re still not sure why the pagination is not working. Anyway, please download the latest version 3.0.4 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelNovember 22, 2014 at 7:09 am in reply to: CodeStyling Localization plugin problems after update to Enfold 3.0.2 #355800Hey!
Glad it is working. I think the problem happened when you translated the strings directly on the php files. Make sure that you create a backup of the pl_Pl.mo and pl_PL.po file when you update the theme. :)
Cheers!
IsmaelHi!
Replace the second code with the one I posted above. This should render the selector on the main header instead of the top header which is currently disabled in your setup.
Best regards,
IsmaelHey!
Sorry for the delay.
You can add it on loop-index.php, find this code, right below this code:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>'; echo '</span>'; echo '</header>';Use the in_category function instead of the is_category.
if(in_category('css')) { echo 'css'; } else if(in_category('php')) { echo 'php'; }Best regards,
IsmaelNovember 20, 2014 at 12:45 pm in reply to: CodeStyling Localization plugin problems after update to Enfold 3.0.2 #354245Hey!
I’m afraid you will have to translate the strings again because the Enfold theme doesn’t have the Polski/Polska translation yet. Where did you get yours? Please go to the theme’s lang folder then look for the pl_PL.po file. Edit the file, you will see the language info. Add the translations below. You can copy this format but don’t expect to have the correct translation since I got this from another language file: http://pastebin.com/GGMg33Zj
Go back to the Codestyling Localization plugin in order to edit the strings.
Regards,
IsmaelNovember 20, 2014 at 12:21 pm in reply to: Using Google fonts within LayerSlider's layers possible? How? #354239Hi COLORIT!
Thank you for using Enfold.
Go to the Layer Slider panel then look for the Load Google Fonts. Search for the google font that you want, example, Lato. Select font weights then click Add font. Create a layer then go to the Styles > Custom CSS field. Add something like this:
font-family: 'Lato', sans-serif; font-weight: 900;On the head tag, you should see the layer slider google font code:
<link rel='stylesheet' id='ls-google-fonts-css' href='http://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&subset=latin%2Clatin-ext'Cheers!
IsmaelHey allegrabillings!
Thank you for using Enfold.
The easy slider shortcode and other media elements shortcode are not available on the Tab content editor shortcode wand. You can generate the the shortcode on a separate post or page then paste it on the tab content editor. Make sure you’re using Enfold 3.0.2 with WordPress 4.0.
Regards,
Ismael -
AuthorPosts
