Forum Replies Created
-
AuthorPosts
-
Hi simonac!
You didn’t add the menu position:
div.main_menu { right: 34.5%; top: 57%; }
Before you insert the logo image, you can select which size you want. Please upload the logo image again.
Cheers!
IsmaelHi!
Have you tried creating a layer slider from scratch? Did it save?
Can you please send in the login details?
You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Cheers!
IsmaelHey brananward!
Edit the file permission of enfold.css located on wp-content > uploads > dynamic_avia. Set it to 755.
Best regards,
IsmaelHi filippocorretti!
This is a bit complicated. You can hire a freelance developer to modify the portfolio sort function for you.
Regards,
IsmaelHi gianmarizzi!
Can you give us a link to both websites? You can set the width on Enfold > General Settings > Responsive Layout.
Regards,
IsmaelOctober 10, 2013 at 5:02 am in reply to: Image positioned absolutely not displaying on Firefox and IE #173399Hi placewrightdesign!
Add the css changes on the anchor tag enclosing the image. Give it a unique css selector or use this:
.avia_image.avia-builder-el-6.el_after_av_section.avia-builder-el-first.avia-align-right { position: relative; z-index: 9999; top: -749px; }
Regards,
IsmaelHi!
Please try this:
@media only screen and (min-width: 768px) and (max-width: 989px) { .responsive #top #main .sidebar {display:none; } }
Regards,
IsmaelHey uattah!
You can set the new admin to “Author” only. http://codex.wordpress.org/Roles_and_Capabilities#Author
Cheers!
IsmaelHello!
Edit css > layout.css, find the code:
#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }
You can add the new social icons selector:
#top .social_bookmarks_qq:hover a{color:#fff; background-color: #a67658; }
Regards,
IsmaelHello!
The facebook plugin is causing the problem. Please use another social sharing plugin like Addthis or Sharethis.
http://www.cactusworldwide.com/blog/page/3/
Best regards,
IsmaelHey!
~With all of this when I go to an existing page setup with Avia and select a text block the window that pops up contains no text either in the Visual or Text windows.
I logged in to your site and edit some pages. I clicked on the text block elements, the text and visual editor is there. I think this is already fixed.
Best regards,
IsmaelHey!
The video is now working. Please adjust the width if necessary.
http://vacationrentalsecrets.com/marketing-master-class/
Cheers!
IsmaelHey!
Use the ID of the social icons.
$icons['qq'] $icons['renren'] $icons['sina-weibo']
Check the it again. The code should be:
add_filter(‘avf_default_icons’,'avia_add_custom_icon’, 10, 1); function avia_add_custom_icon($icons) { $icons['qq'] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue908′); $icons['renren'] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue90f’); $icons['sina-weibo'] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue910′); return $icons; }
Best regards,
IsmaelHello!
Yes, you can do that. It will only change the price symbol, not the value of the products. Make sure to select the India Rupee as Currency.
Best regards,
IsmaelHi!
Enable the Promo Button, then set the Button Link? to “Set Manually”. Add the link of the pdf file and set “Open Link in new Window?” to “Open in a new window”. The pdf file will be downloaded automatically when the button is click especially when the user has a download app like “IDM”. If it doesn’t automatically download and directly open the pdf file, users can manually save the file on their computers.
Cheers!
IsmaelHello!
There is a problem with the plugin “Visual Form Builder”. I deactivated it then the Artists page started to work properly. http://www.realwiredmusic.com/artists/
Best regards,
IsmaelHello!
You can use the url of the png image on the content property:
`.image-overlay.overlay-type-extern .image-overlay-inside:before{content:url(smiley.png);}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:url(smiley.png);}Regards,
IsmaelHello GreggFranklin!
Edit functions.php, find this code on line 395:
if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
Regards,
IsmaelHello!
The way the fonts are being rendered on the iconbox and iconlist has been changed on the update. Please recreate them. See if they work again.
Cheers!
IsmaelHey!
There is a trick that you can use. On the Advance Layout Editor, insert the Iconlist element. Select the icons that you want then publish the page. Using Google Chrome, inspect the iconlist icons. Refer to the screenshot, we will copy the magnifying glass’s code:
<span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
You can use the icon code as a stand alone icon. Insert it on a Text Block. This can be a temporary solution while we are waiting for Kriesi’s response.
Regards,
IsmaelHello!
I tested this and successfully added the QQ social icon on the header. I followed Dude’s instruction.
1.) Edit includes > admin > register-admin-options.php, find this code on line 905:
'Behance' => 'behance',
Add this code below:
‘QQ’ => ‘qq’,
2.) Edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['qq'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue908'); return $icons; }
3.) Go to Enfold > Header > Add the “QQ” social icon. Save changes.
This is the screenshot of the result:
Regards,
IsmaelHi acmelite1!
What do you mean by “custom coding the theme”? Can you give us a link to your website please? What type of slider are you using?
Cheers!
IsmaelHi gianmarizzi!
I’m sorry but I don’t understand it clearly. The Archives Widget is in english by default.
Cheers!
IsmaelOctober 9, 2013 at 2:14 pm in reply to: Gallery Thumbnail Columns in portfolio is not to set – enfold 2.2 #173013Hey!
1.) There is no 12 column option for the portfolio. The maximum is 5 columns.
2.) What is the size of the portfolio featured image that you’re trying to upload? This is the thumbnail size use for the portfolio 4-5 columns:
$avia_config['imgSize']['portfolio_small'] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
Best regards,
IsmaelHey!
Please try to add this on your .htaccess:
php_value max_input_vars 5000
You can also ask your host to edit php.ini and increase the max_input_vars to 5000.
Best regards,
IsmaelHello davidrk!
1.) If you are using the Custom Menu Widget, you can just create a new menu without submenu items on Appearance > Menus. Select it as the menu on the custom menu widget.
2.) You can use this plugin: http://wordpress.org/plugins/addthis/
3.) You can use the Contact Form 7 plugin. Place a text widget then add the form’s shortcode.
Cheers!
IsmaelHi oliviad!
You can use this to move the title downwards:
.grid-entry-title { position: relative; top: 10px; }
Regards,
IsmaelHello divestIT_1!
Can you point us to the text that is italicised? There are lots of elements on the theme. You can add this on your custom.css or Quick CSS:
body, body p, em { font-syle: normal; }
Regards,
IsmaelHi!
A lot of Enfold users have this plugin: http://wordpress.org/plugins/wordpress-seo/
Cheers!
Ismael -
AuthorPosts