Forum Replies Created
-
AuthorPosts
-
Hello!
Please turn off the maintenance mode. We need to inspect your website. A screenshot of the scrambled sidebar widgets will help.
Regards,
IsmaelHello!
Please add this on your custom.css or Quick CSS:
#top .main_color .avia-color-theme-color { color: white; }
Regards,
IsmaelOctober 11, 2013 at 4:05 am in reply to: Image positioned absolutely not displaying on Firefox and IE #173943Hello!
1.) Refer to the number 2.
2.) Edit header.php, find this code:
<div id='header_main' class='container_wrap container_wrap_logo'>
Below, add the image:
<img class="avia_image register-banner" src="http://www.encoure.com/private/wp-content/uploads/2013/04/reg_button_small.png" alt="" title="">
Add this on your custom.css or Quick CSS:
#header_main { z-index: 999; } .avia_image.register-banner { position: absolute; right: 10%; top: -50px; }
3.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.
Cheers!
IsmaelHi leifhansen!
The link you provided just keeps on loading. Did you add a plugin prior to the issue? Please deactivate all plugins, see if the accordion work.
Best regards,
IsmaelHello!
Yes, you need to add the code on functions.php. You can’t add a unique css selector without it. Please create a “change log” so you can monitor which files you edited in case you update the theme. You can also use a child theme to preserve the modifications.
Regards,
IsmaelOctober 10, 2013 at 2:04 pm in reply to: Javascript error on "edit page": Uncaught Error: cannot call methods on sortable #173588Hi!
Have you tried switching to a default theme? Please test it on a different browser.
Best regards,
IsmaelOctober 10, 2013 at 1:58 pm in reply to: Fatal Error upon 1st time install and activation (vsn 2.3.1) #173580Hello sumyungi!
Sorry for the inconvenience. You can place the errors on pastebin.com. Please contact themeforest for refund.
Regards,
IsmaelHello!
You can set the post as a private reply. Only you and the moderators will see the post.
Regards,
IsmaelHi Michael Oeser!
Please use this code for the social icons.
<div class="socialshareing"> <a class="icon-char socialshareing_twitter avia-font-entypo-fontello" title="Bei Twitter empfehlen" href="https://twitter.com/intent/tweet?source=webclient&text=Statische%20Social%20Media%20Sharing%20Buttons%20in%20WordPress%20http://www.der-prinz.de/?p=1812" target="blank"><span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="ue908"></span></a> <a class="socialshareing_facebook avia-font-entypo-fontello" title="Auf Facebook teilen" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.der-prinz.de%2Fstatische-social-media-sharing-buttons-wordpress%2F&t=Statische%20Social%20Media%20Sharing%20Buttons%20in%20WordPress" target="blank"><span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="ue908"></span></a> <a class="socialshareing_gplus avia-font-entypo-fontello" title="Auf Google+ teilen" href="https://plusone.google.com/_/+1/confirm?hl=de&url=http%3A%2F%2Fwww.der-prinz.de%2Fstatische-social-media-sharing-buttons-wordpress%2F&title=Statische%20Social%20Media%20Sharing%20Buttons%20in%20WordPress" target="blank"><span class="iconlist-char" aria-hidden="true" data-av_icon="" data-av_iconfont="ue908"></span></a></div>
Cheers!
IsmaelHi!
Please add the position: absolute property.
div.main_menu { position: absolute; right: 34.5%; top: 57%; }
Cheers!
IsmaelHi!
Can you please post a screenshot of what you see on iPad and iPhones?
Cheers!
IsmaelHey alkross!
You can add this on your custom.css or Quick CSS:
#header_main { position: relative; z-index: 9999; } #top #menu-item-search { top: -65px; } .sub_menu { right: 40px; }
Cheers!
IsmaelHey!
Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
Please give us a link to the page with the Archives widget.
Cheers!
IsmaelHey timfl!
Can you give us a link to the website?
What you’re asking is a bit complicated. You want to implement an ajax script on how the pagination works. Please hire a freelance developer to modify the wp page navigation and integrate an ajax script.
Best regards,
IsmaelHey!
The slider plugin you’re using for the sidebar is not responsive. Please use this:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .container .nine.units { width: 460px; } .acx_ppt.acx_ppt_0.acx_ppt_uid_sidebar { max-width: 120px; max-height: 80px; } .acx_ppt.acx_ppt_0.acx_ppt_uid_sidebar li img { max-width: 120px; max-height: 80px; } }
Best regards,
IsmaelHey alvinhy!
You can add this on your custom.css or Quick CSS:
.attachment-portfolio_small.wp-post-image { min-height: 192px; }
I don’t think we can use the same trick to your blog. The images have different proportions. Please upload images with almost the same height and width.
Best regards,
IsmaelHi krshoffner!
They are in alphabetical order by default. Please download the latest version of Enfold and give us a link to your website.
Regards,
IsmaelHi 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!
Ismael -
AuthorPosts