Forum Replies Created
-
AuthorPosts
-
October 30, 2014 at 8:44 am in reply to: Styling Error on Navigation after and post insertion/deletion of Google Adwords #343282
Hi ghrahams!
I note that you’re using a caching plugin. Could you please clear the cache and test it.
Additionally, please try the following to see if it helps.
1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.
2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.
If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Regards,
ArvishHi Effektid!
You maybe need to add the code at the very top of functions.php. Replace
<?php global $avia_config;
with
<?php global $avia_config; add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Shadows Into Light'] = 'Shadows Into Light'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Shadows Into Light'] = 'Shadows Into Light'; return $fonts; }
and it should work. Please don’t forget to save the theme options again.
Best regards,
ArvishHi Henrik-R!
The preview text appears when viewing the portfolio item in portfolio gallery. The Portfolio Content appears on the portfolio item page.
The preview text is more of a summary version (or trimmed down intro) if you prefer for the Ajax portfolio. There is still the option to redirect to the portfolio item view through default URL linking.
Regards,
ArvishHi jdrakeproductions!
It would appear that you modified the core CSS files in your original site.
It is best practice to use a child theme for all modifications http://vimeo.com/67221517
This way your changes don’t get overwritten when you update your theme.
In such a situation there is not much we can do. I can only advise, you compare your old files with the new files and move the changes to the Quick CSS text area in theme options or style.css(recommended) in the child theme.
Regards,
ArvishHi geomat1!
Have you tried the video on youtube itself. This error seems to indicate an issue with the video itself or your browser plugin.
Does the same thing happen in other browsers?
Should it not be one of the above issues, could you please forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.Best regards,
ArvishHi!
Really quite strange.
Please add this to your Quick CSS or custom.css
.avia_image{font-size: 12px;}
Cheers!
ArvishHey!
Try the following third party plugin https://wordpress.org/plugins/display-posts-shortcode/
It offers the flexibility you require.
This is the documentation for it: https://github.com/billerickson/display-posts-shortcode/wiki
Best regards,
ArvishHey!
You can display posts in one category using the guidelines here:
https://kriesi.at/support/topic/sidebar-category-page/#post-342690
You can adjust then adjust the Title Bar Settings to “Display only title”
Cheers!
ArvishHi!
I’ve changed the code to the following:
.header_color .main_menu .menu .avia_mega_div { background-color: rgba(248, 248, 248, 0.2); } .header_color .main_menu .menu .avia_mega_div ul{ background-color:transparent; }
Please check and let us know.
Cheers!
ArvishHi davevi!
On my system, I can only see the following anomaly.
I tested the other menu items and everything seems to be working fine. Please note that if a page under About Us is visited, the about us menu is on active mode. This is a feature.
To correct the above error, please try the following see if it helps.
1. Disable all third-party plugins to see if the issue gets fixed. 90% of the time, issues are caused by conflicting code from third party plugins. Disabling these plugins one by one and checking if this helps sort the issue helps pin-point the exact source of the issue.
2. Has this started occurring after a theme, plugin or wordpress update? Restoring a backup version of your site might help in such a case.
If disabling any third party plugins does not help, please forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.Regards,
ArvishHi gwyrrdin!
Add the following to your custom.css
.html_header_top.html_header_sticky #main { padding-top: 59px !important; }
Best regards,
ArvishHi!
I have notified Kriesi of your request. He will be in touch shortly.
Best regards,
ArvishHey iainski!
Enfold is a theme that already has a recognised theme base. Moreover, it has passed the rigorous approval process of the reputed Envato marketplace.
We are positive you will find that 40,000 Envato customers are not wrong in chosing Enfold.
Best regards,
ArvishHi hotspot!
1. Create a page for the category you wish to display. Add your preferred layout using Avia Layout Builder.
2. Drag a Blog Posts Shortcode Element into one column.
3. Drag a widget Area to the other column column.4. Set Layout settings to “No Sidebar”
Best regards,
ArvishHi!
Add the following code at the end of functions.php
function show_scroll_down_text_script(){ ?> <script> (function($){ $(window).load(function() { $('<span class="scroll-down-text">Scroll Down</span>').insertBefore('.scroll-down-link'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'show_scroll_down_text_script');
Use the span class to style the text using normal css.
Cheers!
ArvishHey hotspot!
You can try implementing the following solution to enable you to add a sorting mechanism to the magazine builder.
Cheers!
ArvishHey Johannes!
I would add
display:block;
to your iframe style.E.g
iframe{ display: block; width:200px; margin:0 auto; }
Alternatively, it would be better if you could forward us the link to your page for us to have a look.
Cheers!
ArvishHi ouranos3!
Try the following CSS rather
.header_color .main_menu .menu ul{
background-color: transparent;
}.header_color .main_menu .menu ul li a{
/*You can add a background color here if you want*/
opacity: 0.2;
}Best regards,
ArvishHi!
Could you please verify the login credentials and post theme again. I have just tried logging in to no avail.
Cheers!
ArvishOctober 29, 2014 at 10:18 am in reply to: 5 Icon Boxes – Icon, Title, Box needs to be centered #342635Hey!
First make sure you have selected “Display small icon at the left side of the title” in the Icon Box Shortcode settings.
Then add the following code to your Quick CSS or custom.css
.home .iconbox .entry-content-header{width:90%; margin: 0 auto;}
You can adjust the width according to your design.
Cheers!
ArvishHey!
With regards to the image overlay on the product page, add the following at the bottom of your functions.php file
function megamenu_productimageoverlay_fix_script(){ ?> <script> (function($){ $(window).load(function() { $("#menu-item-2302 .avia_mega_div").mouseenter(function() { $(".image-overlay").css("z-index", "-1"); }).mouseleave(function() { $(".image-overlay").css("z-index", "auto"); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'megamenu_productimageoverlay_fix_script');
Cheers!
ArvishHi bitinteractive!
At first look, It would seem that you have added three menu items under three seperate menu levels.
We would be glad to assist if you could forward us a mock up or screenshot of the type of modification you wish to achieve.
Additionally, please forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Cheers!
ArvishHi Peter!
We would be glad to assist if you could forward us a mock up or screenshot of the type of modification you wish to achieve.
In the mock up, please point out which is the secondary menu, which menu is being used to display the membership info and where is the membership menu being displayed.
Best regards,
ArvishHi jansthh!
Use CSS media queries to achieve these changes.
A good starting file is custom.css in your theme’s css folder.
You can also have a look at the following guides for creating and manipulating CSS with media queries:
http://code-tricks.com/css-media-queries-for-common-devices/
http://css-tricks.com/logic-in-media-queries/Cheers!
ArvishHi pako69!
Line 366 in (theme folder)/config-templatebuilder/avia-shortcodes/magazine.php
Change the following:
$query = array( 'orderby' => 'date',
To this:
$query = array( 'orderby' => 'rand',
Note that this will be overwritten upon a theme update. Please make a note of this change during updates.
Regards,
ArvishOctober 29, 2014 at 7:02 am in reply to: Is it possible to create default blog layouts for various categories? #342574Hi Krissie!
1. To use a custom blog layout template, simply save your file as single-(post-type).php.
For reference:
http://codex.wordpress.org/Post_Type_Templates
http://codex.wordpress.org/Template_Hierarchy2. For sidebars for particular posts in certain categories, create a page for the post, add the blog post using Avia Layout Builder, add a Dynamic Sidebar using Widget Area.
Alternatively, you can look into third-party plugins.
E.g https://wordpress.org/plugins/wp-custom-post-template/You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
3. With regards to images, you can change image size on functions.php, find this code
$avia_config['imgSize']['widget'] = array('width'=>48, 'height'=>48 ); // small preview pics eg sidebar news<br /> $avia_config['imgSize']['related'] = array('width'=>128, 'height'=>80); // small images for related items<br /> $avia_config['imgSize']['portfolio'] = array('width'=>208, 'height'=>125); // small preview pic for default portfolio (4 columns )<br /> $avia_config['imgSize']['portfolio2'] = array('width'=>448, 'height'=>260); // medium preview pic for 2 column portfolio and small 3d slider<br /> $avia_config['imgSize']['portfolio3'] = array('width'=>288, 'height'=>170); // medium preview pic for 3 column portfolio<br /> $avia_config['imgSize']['page'] = array('width'=>608, 'height'=>200); // image for pages and one column portfolio<br /> $avia_config['imgSize']['featured'] = array('width'=>928, 'height'=>350); // big images for fullsize pages and fullsize 2D & 3D slider<br /> $avia_config['imgSize']['portrait'] = array('width'=>340, 'height'=>390); // medium preview pic for portrait pictures
You need to regenerate thumbnails once you edit the thumbnail sizes.
Regards,
ArvishHey spavli2!
Have the portfolio items been translated already?
They won’t show unless there is a translation available.
In case you have the translated the portfolio items already, please forward us administrative credentials to your site for us to have a closer look.
Please check the “Set as private reply (Only you and moderators will see the content of this post)” option before posting any sensitive information.
Cheers!
ArvishHi doperdoll!
1. The Interesting LInks / Pages / Categories / Archive appear by default if you haven’t added anything to your footer. They will disappear once you add something.
2. You can specify which sidebar appears on which page types under Enfold Theme Options > Sidebar Settings
3. You can create custom dynamic sidebars on the widget pages. To add those dynamic sidebars to a page, just drag and drop a Widget Area Element in Avia Layout Builder and select the dynamic sidebar you wish to display.
http://codex.wordpress.org/WordPress_Widgets4. For more in-depth modification you might want to look into creating custom page templates.
http://codex.wordpress.org/Page_TemplatesHave a look at some of our videos to help you with the theme here:
http://kriesi.at/documentation/enfold/videos/You can also find some helpful tutorials here:
http://kriesi.at/documentation/enfold/tutorials-how-to-articles/Regards,
ArvishOctober 28, 2014 at 2:50 pm in reply to: Mengen Angaben nur bei bestimmten Produkten entfernen #342237Hey fwbecker!
Unfortunately the customisation you’re requesting will take a while to implement and therefore falls outside the scope of our theme support.
You can try http://studio.envato.com or http://www.peopleperhour.com for further customization. You can also vote for or post a feature request on our feature request page https://kriesi.at/support/enfold-feature-requests/.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
ArvishOctober 28, 2014 at 2:40 pm in reply to: Dummy data xml file not included in Enfold Theme package #342228Hey!
Please create a file called test.php in the root folder of your php install.
Add the following to the file and let us know. I will be looking out for your reply.
Please forward us a link to your site as well.<?php
phpinfo();
?>Best regards,
Arvish- This reply was modified 10 years ago by Kriesi.
-
AuthorPosts