Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme and sorry for the delay.
On the child theme folder, did you copy any files from the parent theme folder? How did you update the child theme? If you don’t mind, please provide us with the link to the actual website and the current blog page. You can change the “Share on” string or text on includes > helper-social-media.php, find this code on line 223:
$name = isset($share['label'])? $share['label']: __("Share on",'avia_framework'). " " .ucfirst($key);Best regards,
IsmaelHi!
Thank you for the update.
I’m sorry but checking the website again, you’re using a stretched layout? The background image options will only show if you set the theme to boxed layout. Do you mind if we take a look inside? Just to be clear, do you want the stretch or the boxed layout? What we did above is to refresh the enfold.css file which is somehow stuck. If that didn’t work, maybe there is a plugin conflict. Please post the login details here and set it as a private reply. If you can provide us with the background image that you want, we will upload it for you.
Regards,
IsmaelHi collinlc!
Thank you for using the theme!
1.) You can fix the active state border with this on Quick CSS or custom.css:
#top .main_color .tabcontainer .tab.active_tab { border-bottom-color: #e1e1e1; }Change the border color if necessary.
2.) I’m not sure if I’m following you on this one. Do you mind providing a link to a page with the example?
Regards,
IsmaelHi trohweder85!
Thank you for using the theme!
You can’t remove it via CSS or by changing options on the theme but you can override the marker image with a transparent PNG format image. Create a png image without anything and make it transparent, suggested size is 22x40px. Upload it as Custom Map Marker Image. If you’re using a shortcode, just add this attribute:
marker='3016'3016 is attachment id of the image, you can find it on Media > Library panel.
Regards,
IsmaelHey!
Thank you for the updates.
I’m sorry but we won’t be able to debug the issue if we can’t reproduce it on our end. If someone posted the same issue, we’ll let you know. Since, you mentioned that the website is loading a little bit slow, you might want to optimize it. Usually minimizing the image sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.Regards,
IsmaelHey Jamie A!
Thank you for using the theme!
Where do you like to add a white space? If you want to add a bottom margin, you can use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { ul.av-share-box-list { margin-bottom: 20px; } }Best regards,
IsmaelMay 8, 2014 at 2:55 am in reply to: Enfold Update to 2.7 images that were smaller are all huge now? #261563Hey andrewlasher!
Thank you for using the theme!
The images’ width and height are set to auto to keep them responsive. They will inherit the size of their containers. If you want you can add a unique css selector on the image code then apply a specific width on Quick CSS or custom.css. For example, let’s inspect this image code:
<img class="alignright wp-image-368" src="http://ottenbros.com/wp-content/uploads/sites/6/2014/03/John-OReilly2-e1394569784582.jpg" alt="John O'Reilly" width="200" height="180" data-wp-imgselect="1">Add the css selector, we’ll use resize-image-200 for example.
<img class="resize-image-200 alignright wp-image-368" src="http://ottenbros.com/wp-content/uploads/sites/6/2014/03/John-OReilly2-e1394569784582.jpg" alt="John O'Reilly" width="200" height="180" data-wp-imgselect="1">Add this on Quick CSS or custom.css:
img.resize-image-200 { width: 200px; }Best regards,
IsmaelHi!
Thank you for the updates.
I’m sorry but this topic is getting a little bit mixed. The original issue is about the text block which is already fixed on 2.7.1 version. Please avoid hijacking other threads and open your own instead. The title of the thread should correspond with the issue or request at hand. If possible, please don’t flood the thread with multiple questions or requests. You can create a single thread for each question or request. Thank you! We reported the issue with the search form to Kriesi. Please wait for his response.
Regards,
IsmaelHey apradhan!
Thank you for visiting the support forum!
You can add any html tags on the Heading Text field. Enclose the title on a link tag. Something like this:
<a href="http://www.google.com">Special Heading Title</a>Regards,
IsmaelMay 8, 2014 at 2:17 am in reply to: Warenkorb-Buttons in der Sidebar im Enfold Theme nebeneinander #261557Hi!
Thank you for the link.
Please use this on Quick CSS or custom.css to fix the buttons:
.woocommerce-page .button { min-width: 100px; min-height: 54px; } #top div .widget_shopping_cart .button { width: 49%; float: left; } #top div .widget_shopping_cart .button.checkout { margin-top: 4px; }Best regards,
IsmaelHey!
Thank you for the screenshot.
I’m not sure where Yigit get the custom link field because I don’t see it on my end also. Let me ask him again to check this thread.
Regards,
IsmaelMay 8, 2014 at 1:59 am in reply to: enfold icon box visual editor not working and text editor unable to insert image #261554Hey NanaKuo!
Thank you for using the theme!
You need to update the theme to the latest version which is Enfold 2.7.1. This will fix the issues with the visual editor. Please download the latest version 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/
Regards,
IsmaelHi Katherine!
Thank you for visiting the support forum!
Are you planning to add an email address on a team member element? Yes, you need to add the mailto: construct if you want to add an email address. If you don’t, clicking on the link will give you a 404 page.
Cheers!
IsmaelMay 8, 2014 at 1:53 am in reply to: Help! Site only visible on my computer and no one elses now! #261551Hi!
Thank you for using the theme!
The color section with parallax background has been fixed on the latest update of the theme. I think something went wrong with the cache plugin. Try to add the parallax background again then empty the cache.
Cheers!
IsmaelHey!
Thank you for using the theme!
The “validation alert” is only available on the Contact form element and applying it to some other forms might be a little bit complicated. Unfortunately, this particular request falls beyond the scope of support so you might need to find someone who can do it for you. Please visit Envato Studio or Werkpress for further customization.
Best regards,
IsmaelHey!
Thank you for the update.
Please use this to remove those elements on the 404 page:
.error404 p.entry-content, .error404 #searchform, .error404 .hr_invisible, .section.404_recommendation > p, .section.404_recommendation .borderlist-not { display: none; }Regards,
IsmaelHey fwbecker!
Thank you for using the theme!
Please edit archive.php, remove everything then replace it with this code to remove the sidebar and make it fullwidth:
Cheers!
IsmaelMay 7, 2014 at 5:14 am in reply to: FULLWIDTH EASY SLIDER – CHANGE caption title e caption text #261105Hey!
Thank you for the update.
Please edit config-templatebuilder > avia-shortcodes > slideshow.php, find this code on line 700:
if(trim($title) != "") $title = "<h2 class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";Replace it with:
if(trim($title) != "") $title = "<h3 class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h3>";Cheers!
IsmaelMay 7, 2014 at 5:10 am in reply to: I cannot see the contents in the Text Block after upgrading to WP 3.9. #261099Hey!
Thank you for the update.
You can check if you’re using 2.7.1 on Appearance > Editor panel. Check the version on style.css file. Do you mind if we check it? Please post the login details here and set it as a private reply.
Regards,
IsmaelHey ss!
Thank you for using the theme!
We tested this on a page using Chrome Windows 8 and we can only see the categories that we’re selected on “Which categories should be used for the portfolio?” option. If you don’t mind, we would like to see the actual portfolio page. Please try to deactivate all plugins then test it again. If possible, test it on another computer.
Cheers!
IsmaelHey Gurify!
Thank you for visiting the support forum!
Make sure that you translated the product categories properly. Refer to these links:
http://wpml.org/documentation/related-projects/woocommerce-multilingual/#3
http://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/Also, try to reset the permalink on Settings > Permalink panel. Click the “Save” button once to flush the permalink settings.
Regards,
IsmaelHi oeconomedicus!
Thank you for visiting the forum!
If you don’t mind, we would like to see the actual posts where the breadcrumb issue is happening. Please post the url here. Make sure that you’re running the latest version of Enfold, 2.7.1, with the latest version of WordPress which is version 3.9.
Best regards,
IsmaelHey!
Thank you for the update.
You can use imgur, dropbox, clipular etc to post your screenshot. We will wait for it. We’ll give you a response related to the problem once we have taken a look at the issue. On what browser and OS are you testing this with?
Cheers!
IsmaelHey!
Thank you for the update.
Did you copy the header.php file on the child theme folder? Please remove it then copy the new header.php file again to your child theme folder. Note that all header codes like menus, social icons can be found on includes > helper-main-menu.php. We can see the header error but we still can’t reproduce the footer glitch.
Best regards,
IsmaelHey t3lgroup!
Thank you for using the theme!
Please add this on functions.php to change the label names.
add_filter('avf_ajax_search_label_names','avf_ajax_search_assign_label_names', 10, 1); function avf_ajax_search_assign_label_names($label) { if($label == 'Portfolio Items') { $label = 'Products'; } else if($label == 'Posts') { $label = 'News'; } else { $label = $label; } return $label; }You can add more conditions for different label names and you can find the hook on functions-enfold.php, line 152:
$label = apply_filters('avf_ajax_search_label_names', $post_type_obj[$key]->labels->name);Best regards,
IsmaelMay 7, 2014 at 4:10 am in reply to: Enfold Profiles and WordPress pretty permalinks not working. 404 ERROR #261074Hey madman2!
Thank you for visiting the support forum!
I checked the link and I don’t get to a 404 page: http://www.teamfans.com/the-team/robert-campbell/
Sometimes, it takes a while before the new permalink settings work. You can delete the .htaccess file then check the Settings > Permalink panel and click the “Save” button once to regenerate the deleted file.
Regards,
IsmaelMay 7, 2014 at 4:05 am in reply to: Scaled Images now at 100% in Enfold Child after upgrading Parent Enfold 2.7.1. #261073Hey!
Thank you for the update.
Please let us know if it works. You can also use the column layouts to control the position and constrain the width of the images.
Cheers!
IsmaelMay 7, 2014 at 4:00 am in reply to: Major confusion and issues with Product Category Images, Product Thumnails #261072Hi!
Thank you for the update.
You can select accross these thumbnail sizes which you can find on functions.php starting on line 91.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider ..............You can choose among 15 thumbnail sizes. If you want to use the “widget” thumbnail size with 36x36px image dimension. Just replace the code Dude suggested with this:
if($layout == 'fullsize') $image_size = 'widget';Regenerate the thumbnails after or upload them again.
Regards,
IsmaelHey!
Thank you for visiting the forum!
Glad you figured that one out. In case you have questions, please try to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Cheers!
IsmaelHey syphadius!
Thank you for using the theme!
There is no difference between .po and .mo file actually. The .mo file is the compiled version of the .po file. You can use this application if you want to compile the .po files: http://poedit.net/ / http://www.gnu.org/software/gettext/
Once you get hold of the .po and .mo files, place them on the enfold theme’s lang folder.
Regards,
Ismael -
AuthorPosts
