Forum Replies Created
-
AuthorPosts
-
Hi!
Try adding this.
@media only screen and (max-width: 479px) { .av-catalogue-content { font-size: 10px !important; } }Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 19, 2014 at 11:37 pm in reply to: Updated to WordPress 4.1 and the WordPress Editor is broken. #370819Hi RightHere!
It seems to be working fine on my end. Try deactivating all plugins and create a backup and reinstall WordPress.
If that does not fix it then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi addwebtoday!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { h1.av-special-heading-tag { font-size: 16px !important; } h2.av-special-heading-tag { font-size: 15px !important; } h3.av-special-heading-tag { font-size: 14px !important; } }That will reduce their size on smaller screens.
Cheers!
ElliottHi!
I don’t see an easy way of doing that unfortunately. It would take a lot of time and code to the shortcode files and also to the scripts. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option for this get added in a future update.
As for 2 columns on mobiles it is possible with the portfolio grid. Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 50% !important; } }Regards,
ElliottHi Mkieling!
Please try this out, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/#post-324190.
Cheers!
ElliottDecember 19, 2014 at 11:10 pm in reply to: "Layer Slider" How to Automatic updates & Premium support?? #370811Hey yuukikun!
It looks like you can add your purchase code in Dashboard > LayerSliderWP > All Sliders. There is a section called “Automatic updates & Premium support”. I’m not sure if you can update this way but you can try it.
If you want to update manually then I think you would need to copy the LayerSlider plugin into /enfold/config-layerslider/ to overwrite the old files.
Regards,
ElliottHey Konstantin!
It’s not letting me login. Is the information correct?
Cheers!
ElliottHi evergreenmedia!
Not sure what it could be off the top of my head. Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi michelkobus!
Navigate to Dashboard > Appearance > Widgets and make sure no widgets are in the “Displayed Everywhere” widget area. If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi broodjekaas!
Thanks for using Enfold.
Try deactivating all of your plugins. If that does not help then send us a WordPress login and we’ll take a closer look.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi MoniqueMartens!
Try using the blog shortcode instead and then select a custom taxonomy to use in the shortcode option to display your portfolio entries. You can then set an offset in the shortcode options as well to skip some posts.
I think that is what your wanting to do but if not then send us a link so we can get a better idea.
Cheers!
ElliottHey rhsheehan!
Try downloading the plugin listed on this page, http://sevenspark.com/wordpress/menu-item-limit. It should tell you what your max_input_vars setting is and how much you have left.
Also try deactivating all plugins and send us a WordPress login so we can take a look.
Regards,
ElliottHi beenee!
I’m sorry but I’m not really sure I understand what your trying to do. Go ahead and take a screenshot and highlight the edit your trying to make so we can get a better idea.
Regards,
ElliottHey!
@Never_ever, You are having this problem? https://kriesi.at/support/topic/bug-blog-categories/#post-327505, Go ahead and send us a WordPress login and deactivate all of your plugins.
@karel_kangro, I’m not sure if that is a typo or not but it’s not going to matter because it’s just a filter you can use for customization. If you wanted to use it then you would just do an add_filter(“ava_theme_textdomain_path, etc etc.Best regards,
ElliottHi Mario!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Best regards,
ElliottHey maru_tmar!
If your not using Enfold 3.0.4 yet then updating should fix this, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi unicaweb!
You’ll need to recreate that page manually. If there is a certain area your having trouble with then let us know.
It’s very similar to the “Landing Page”, http://kriesi.at/themes/enfold/pages/landing-page/, though which should be in the demo import so you could use that to start out with.
Cheers!
ElliottHi!
Is this the code your using?
echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true);If so then try changing it to this.
echo '<a href = "'.get_bloginfo("url").'">'; echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true); echo '</a>';Regards,
ElliottDecember 19, 2014 at 10:10 pm in reply to: H1 pagetitle should not be a link in the title bar. #370782Hey bosbach!
Add this to the bottom of your functions.php file.
add_filter( 'avf_title_args', 'enfold_customization_remove_title_link' ); function enfold_customization_remove_title_link( $args ) { $args['link'] = null; return $args; }Cheers!
ElliottHey bosbach!
If this is for SEO purposes then you’ll need to open up /enfold/includes/admin/register-widget-area.php and change all of the H3 to H4. There are quite a few of them.
echo "<h3 class='widgettitle'>" . $title . "</h3>";If your just trying to change their size then you can use CSS.
#footer .widgettitle { font-size: 14px !important; }Regards,
ElliottDecember 19, 2014 at 9:55 pm in reply to: WordPress grouping scripts in admin concatenate_scripts false #370776Hey!
It looks like you have an extra copy of jQuery being loaded which should not be happening.
http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js?ver=1.8.3It’s loading when all plugins are deactivated and also when a different theme is activated so I think it has something to do with the Woocommerce plugin. Try completely deleting Woocommerce from your plugin directory and then install a fresh copy.
If that does not help then I would try creating a backup and reinstall WordPress.
Best regards,
ElliottHey Nick!
As far as I can tell it looks fine on my end. Take a screenshot and highlight what your trying to do so we can get a better idea. Be sure to clear your browser cache before taking the screenshot.
Regards,
ElliottHey!
Try adding this to your custom CSS.
.avia-testimonial-content:before { background: url("URL to your icon"); content: ""; display: block; height: 40px; position: absolute; width: 40px; }And then replace “URL to your icon” with the url to whatever image you want to use.
Best regards,
ElliottHi ProAnts!
Your wanting to change the icon of the twitter social in your sidebar correct? Hmm, this will be difficult because your already using it in your footer. I suppose we could try targeting it with CSS.
Add this to your custom CSS.
.sidebar .asc_twitter .social_widget_icon { background-image: url("URL to your icon") !important; } .sidebar .asc_twitter .social_widget_icon:before { content: ""; }And then replace “URL to your icon” with the correct URL.
Best regards,
ElliottHey ckreitner!
It looks like your using Enfold 2.9.2. You’ll want to update to the latest version, 3.0.4, to fix this.
See here for updating, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi!
Send us a link to your site so we can see the ID of this “zuruck” button and we’ll give you some code to use.
Best regards,
ElliottHey tese!
I’m sorry but I’m not sure I understand. Are you talking about the boxed style? http://kriesi.at/themes/enfold/shortcodes/iconbox/
Go ahead and send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHi!
I added this to the bottom of your functions.php file.
add_filter( 'avf_logo_link', 'enfold_customization_change_logo_link' ); function enfold_customization_change_logo_link( $link ) { return 'http://www.resourcegoldmine.com/homepage'; }It should be working now.
Cheers!
ElliottHey hostfusion!
It looks like that was just added to WordPress in 4.1. We may get something added in the future but for now I recommend using the WordPress SEO plugin. You can change it pretty easily with that.
Cheers!
ElliottHi mringseis!
Try adding this to your custom CSS.
.mfp-iframe-holder .mfp-content { max-width: 500px !important; }Best regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
