Hi,
I have a visual problem in some input boxes when I publish a questionnaire with FSQM plugin. It is publishing in this link: http://www.insanayatirim.com/online-mulakat-deneyimi-ardindan/ You can see the problem with the input boxes. The words are hiding behind the icons.
I contacted with plugin’s author and reported this situation. What they write is here:
You have the problem mentioned here: http://ipanelthemes.com/kb/misc/wordpress/fixing-themes-custom-wpautop-priority/
I am not a codeman. Can you able to fix it or suggest me something?
Thanks!
Orhan
Hey Flikk!
Try with this:
#fullwidthmap .container {
width: 100% !important;
margin: 0px;
position: relative;
top: -50px;
}
Regards,
Josue
Hola Victor,
Tendrías que modificar esta linea en js/avia.js (676):
var target = container.offset().top - fixedMainPadding,
Añadele o restale un valor numerico:
var target = container.offset().top - fixedMainPadding + 50,
Ajusta ese valor hasta que logres el resultado deseado.
Saludos,
Josue
Hey!
Yes, latest is 2.6.4. Also WPML requires an update: http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/
Cheers!
Peter
Hello. I installed Enfold and this is what I got in the header:
https://www.dropbox.com/s/gxy9juz6x4lvag0/Screenshot%202014-04-17%2011.29.17.png
I am not seeing the cool looking horizontal curly bracket below the active page (Contact).
What am I doing wrong?
Okay, I got it working. I had to create a new menu and use that instead of the default auto generated one.
Now I have a new problem. When displaying a sub page, the Enfold menu does not highlight the parent page in the top menu.
https://www.dropbox.com/s/sflkuqhwbxkk4w0/Screenshot%202014-04-17%2013.35.56.png
https://www.dropbox.com/s/2eiinbzl1fuldm2/Screenshot%202014-04-17%2013.36.03.png
Okay. I have fixed this myself finally.
In custom.css, add the following lines:
/* Make sure the line is visible when sub page is active */
#top .av-main-nav .current-page-ancestor .avia-menu-fx {
opacity: 1;
visibility: visible;
}
/* Make sure the arrow is visible when sub page is active */
#top .av-main-nav .current-page-ancestor .avia-menu-fx > * {
display: block;
}
-
This topic was modified 12 years ago by
RasmusA.
@bborsi
As I recall the latest version is 2.6.4??????
Hey Andrew!
Add this code to the functions.php file:
function custom_footer_func(){
echo "<img src='_URL_OF_IMAGE_HERE_' class='custom_image'>";
}
add_action('avia_after_footer_columns', 'custom_footer_func');
Then this to Quick CSS:
.custom_image{
position: absolute;
right: 0;
top: -20px;
}
Adjust as needed.
Regards,
Josue
ATTENTION PLEASE: ThemeForest download the latest version from the version 2.6.3
Ismal:
Thanks for responding… Strangest thing, I just now checked the site in Firefox and it’s working just fine.
It must be my Chrome browser. Any clue to why this might be happening? Some pages show the logo slider – some don’t.
Possibly a cache issue?
Hmm – I just dumped my cache in Chrome and refreshed – still – shows the first 4 then scrolls to show a blank area. I guess it stops b/c it never rotates back to the first 4.
Any clues to why this is happening only to Chrome and only after I migrated the site to final server (hostgator) location?
Both IE and Firefox is showing it correctly – but only after I migrated the site – Chrome will not show slider on most pages sliding – it goes blank. The Sandbox production area still works fine and displays all correctly.
Thanks!
-
This reply was modified 12 years ago by
noble51.
Hi Dude,
I have the same problem, and found that it might be some issues with the WPML plugin and the theme. When WPML or any plugin that has something do to with images or language is activated the avia framework (Advance layout boulder) stops working and seemingly I cannot add any media/image elements to pages or post.
FYI: I have updated to the latest WP and Enfold version – and it was after this that all problems started to occur. After deactivating the WPML plugin all my images are now duplicated in my media gallery. Thus, I will and cannot activate the WPML plugin until this bug is fixed, as it either duplicates or deactivated all my images.
Any advice?
Hey!
Thank you for the info.
I’m sorry but we’re not sure of the issue since you updated the theme directly. Next time, please create a changelog of the modifications or use a child theme. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Please update your wordpress core files to 3.8.1. Download the wp files here: http://wordpress.org/download/release-archive/
Cheers!
Ismael
This reply has been marked as private.
Hey Paul!
Thank you for visiting the support forum!
I checked the link (http://www.warrenbsi.com/buy-sell-planning/) and the logo/partner element is working as expected. There are two logos on the last row then it rotates back to the first set of logos. Is this fixed?
Best regards,
Ismael
Hi,
thank for your answer.
I have not this setting on my panel! Why?!
thanks, best regards
Hey!
Maybe a browser plugin on your laptop blocks the icons (adblocker, etc.).
Best regards,
Peter
Hi, I love the new 2.63 this paired with wp 3.9 is really sweet. Great work.
One issue, when you set the header as transparent your full screen background images or WP layer slider images do not start at the top because the following default padding-top
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 119px;
}
Prevents this. Is there a solution? I don’t want to have to manually adjust all the other pages to compensate for just the layerslider pages.
Hi sky19er!
Maybe a plugin conflicts with the theme framework. Please try to deactivate all plugins and check if the button starts to work. You can also try to update the theme to 2.6.4, WP to 3.9 and all plugins to the latest version to fix the issue.
Regards,
Peter
Hey rickpark!
Please see – https://kriesi.at/support/topic/syntax-error-when-adding-tracking-code-to-form-submit-button/ – you can add this code to an “onclick” event which triggers when the submit button is clicked.
Cheers!
Peter
Hi! Thanks for respond folks! I’m able to see on my phone but not on my laptop. Thanks anyway!
Hey danieltjohnston!
Thank you for the link.
Please add this on Quick CSS or custom.css to remove the border at the top of the section:
div#costsavings {
border-top: none;
}
Regards,
Ismael
Hey!
Thank you for the update.
Please use this:
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
display: block;
position: relative;
margin: 0 auto;
margin-bottom: 80px;
}
#advanced_menu_toggle, #advanced_menu_hide {
display: block;
position: absolute;
right: 40%;
top: 120px;
}
}
Please visit Werkpress for further customization.
Regards,
Ismael
Hi!
Thank you for using the theme!
I visited the website but I can’t locate the content slider. Do you mind posting the actual page with the slider? You can try this:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
Regards,
Ismael
edit: might have asked the wrong question. please close this. full width working when using a copy of template-builder as custom template.
Hi,
was trying to create a custom template but somehow the color sections were not full width.
I copied page.php and all i’ve done was adding the template name.
But even using a copy of page.php as a template, the color sections i add are not full width.
I am using the boxed layout and the color section is 1030px instead of 1130px.
Looks like the color section is placed inside
<div class="template-page content twelve alpha units">
<div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow …av_textblock avia-builder-el-first
container_wrap fullsize" style="background-color: #2AB73F;">
</div>
</div>'
grid.css:197 .responsive .container .twelve.units 1030px
#top #main .avia-section .template-page 100%
When using the standard tamplate the color section is placed outside of that div container.
So how can i fix this?
Am i doing something wrong when creating a template with page.php as a base?
Hi!
Glad it worked.
For the hover color, just use this:
.header_color .main_menu ul:first-child > li a:hover {
color: red;
}
This is for the dropdown size and color:
.header_color .main_menu .menu ul li a {
color: red;
}
#top .av-main-nav ul a {
font-size: 15px;
}
Best regards,
Ismael
Hey Dave!
Try adding this code to the Quick CSS:
p.comment-subscription-form label {
left: 20px !important;
top: -4px !important;
}
Cheers!
Josue
Used a few of your themes to date. Great stuff!
Embedding Vimeo video using iframe code into a slide. Done this before without issue.
Video Autoplay on.
Video appears in backend edit but not in frontend or backend preview.
Noticed similar thread here: https://kriesi.at/support/topic/video-disappears-in-layerslider/ but no mention of solution!
Thanks for your attention :)
Hi Yigit,
A few more responsive-related questions :
1) in portrait view on my iPad, the mobile navigation kicks in and works great, but in landscape view, the logo cuts off – is there a way I can specify a percentage size for this size as well to prevent the logo for getting clipped ? I wasn’t sure of the exact @media query I should use.
Image:

2) I also noticed that when the browser on a desktop is below a certain width, the navigation “jumps” to the left, which brings it right to the edge of the logo as well:

Is there a way to define scaling for this size as well to make the logo a bit smaller in this view ? If the browser is opened wider, there is plenty of room:
Site URL:
http://everbeta.com/lexobgynnyc/
3) does the additional CSS need to be added to the Quick CSS box in a certain order to maintain the current scaling for phone view ?
Current CSS for logo scaling on phone (from your advice above in this thread):
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;padding-top:10px;
height: auto !important; }}
Thanks so much for all of your assistance !
Colin
I have seen the same problem here but I did not find the answer. Everything worked fine yesterday, today I updated to WordPress 3.9 and text block in Avia layout builder stopped working. The pasted text is white and I don’t see the top toolbar. I can’t do anything. I can only make html changes if I switch from “Visual” to “Text” – in this case the top toolbar appears.
It happened to me before but that was due to plugin conflict. This time I deactivated all plugins and it didn’t help.
Yup…exactly. If we have a set of portfolio items that just displays men’s shoes for example. And there’s also a portfolio of women’s stilettos.
If a user is browsing through the men’s shoes via the ‘back and forward’ tab, with an interest only in men’s shoes…how do we get it to stop at the 1st or last pair of shoes for men, without it jumping into the portfolio of stilettos.