Forum Replies Created
-
AuthorPosts
-
Hi gmmediadienste,
I’ve never looked into the plugin too in depth but it may just be creating lots of tables to store its data.
Regards,
Devin
September 11, 2013 at 5:01 pm in reply to: Portfolio Grid / Product Grid and Widgets don't work with WPML #140504Hi feliperobert,
Can we see your site live? I’m not really clear on what you mean in the description of what the error is as well so if you can provide an example on the live site that would help.
Regards,
Devin
September 11, 2013 at 4:57 pm in reply to: Enfold + WPML = Do settings once for all languages? #140479Hi!
Hi Thomas,
No, not that I know of. The whole gist of WPML is customization and settings for each language but on a single installation.
Regards,
Devin
Best regards,
Peter
Hi Anji,
Can we see your site and an audio post live? That way we can inspect the code and see what the error is.
Regards,
Devin
Hi andypeck,
The border is added in depending on the sidebar with:
.sidebar_left .content {
border-left-style: solid;
border-left-width: 1px;
border-right: none;
margin-right: -50px;
margin-left: -1px;
padding-left: 50px;
}So you can remove it by changing the border width to 0px. Add a” border-color: #cc0 !important ” to the css to change the color and the same with color/image.
#4 however is a bit more tough. The best way to do this is with a color section. Outside of that its entirely custom css based on the page and elements within the page. A freelance developer is your best route for that.
Regards,
Devin
Hi Aga63,
I’m still unable to pull up your site as well.
You can check the open sans visual on your computer right from google however and see if you get the same error there: http://www.google.com/fonts/specimen/Open+Sans
Regards,
Devin
Hi kriru,
You should be able to just use the nextpage tag as needed to divide your posts.
A custom function to automatically add it would either need to be done by a plugin or a custom coded by a freelancer developer.
Regards,
Devin
September 11, 2013 at 4:34 pm in reply to: Portfolio Grid or Blog Element to lis the Categorys from other Post types #140438Hi Naci,
Have you tried using the Blog element set to grid and using the custom post type option?
Regards,
Devin
September 11, 2013 at 4:31 pm in reply to: add a pop-up form to Login that was added to the top navigation bar #140426Hi yukanl,
See here for the prettyPhoto examples: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
You would need to load up the page in an iframe.
Regards,
Devin
September 11, 2013 at 4:29 pm in reply to: Shopping cart only shows up once then disappears when you browse away #139548Let us know if you hear anything back on it.
Regards,
Devin
Can you try disabling all active plugins? There is a difference in the entire html structure for your woocommerce pages and I’m just not sure where the unclosed or extra div is coming from.
I have a feeling that the issues may be related to a plugin allowing admins to see a different theme than what is live. Typically, without being able to disable all active plugins it is unlikely we can find the root cause of a bug since it could be from any number of plugin conflicts or a specific configuration for a plugin.
I’ll tag Ismael on the topic since he already has the login but without the flexibility to check the theme without any interference I’m not sure we can find a fix.
Also please make sure that you are using version 2.1 of Enfold and WordPress 3.6 since the newest version as you’ve said doesn’t actually mentioned *which* newest version :)
Regards,
Devin
Hi Andy,
If you have the custom class field turned on for your elements then you can do the same as Josue showed above but targeted at your custom class name. Eg:
#top .my-custom-blue-header .av-special-heading-h3{
background: blue;
font-size: 3.5em;
color: white;
padding-top: 20px;
padding-bottom: 0;
}
#top .my-custom-blue-header .av-special-heading-h3 h3{
font-size: inherit !important;
color: inherit !important;
}
#top .my-custom-blue-header .av-special-heading-h3 .special-heading-border{
display: none;
}and if you find a specific declaration (property+value) isn’t taking effect then you can use !important to force it since it will only ever effect your specific class name.
Regards,
Devin
September 11, 2013 at 4:08 pm in reply to: Enfold Fixed Layout – page width varies on mobile devices #140348Hi festivedaisy,
We’ll need to see the site and pages its happening on live. The fixed layout doesn’t have any modifications to the page or site for mobile devices so it *should* just be showing the exact same version that your browser users see.
Regards,
Devin
Looks like its already set to the far right on my end.
Hi Matt,
Have you modified any of the theme files? When you updated did you upload all of the theme files completely overwriting the old theme?
The issue is that the portfolio container isn’t closing properly for some reason so the footer is getting included inside of it.
First try disabling all active plugins just in case one of theme is adding an unclosed div in there somehow. Next, re-upload the newest theme files folder by folder via FTP to make sure the newest files are all live and untouched.
For a quick guide on updating your files with FTP take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750
Hi Seth,
The only way I know of to do that is to target each tab individual within the container you have them in. So if its inside a color section, you can give that section the ID of my-section1 (or whatever is needed).
Then you would target a tab like this:
#top #my-section1 .tab.active_tab.tab_counter_0 {
background-color: red;
}If you have multiple instances of tabs on that page however then it would need to be even more specific to that tab container. In that case you can turn on the class field for the individual containers by adding this to your functions.php:
add_theme_support('avia_template_builder_custom_css');
Now you can add a custom class name for your individual elements just like before when adding an ID for a color section. You can then name each instance of the tab container to something specific like my-features-tabs and the css would be:
#top #my-section1 .my-features-tabs .tab.active_tab.tab_counter_0 {
background-color: red;
}which will highlight the active tab for the 0 numbered tab (first) with a red background. And:
#top #my-section1 .tab.tab_counter_3 {
background-color: #333;
}This will highlight the fourth tab with a #333 background all the time.
In general I don’t connect to site with a host modification so I’m not able to see the site live for more specific css.
Regards,
Devin
Hi altr,
I’m getting the same issue when viewing your site. I’ve tagged Kriesi to take a look as I’m not sure if it needs to be adjusted in the mobile menu function or if there is something else that needs adjusting.
Regards,
Devin
Hi tonaua,
What is the URL of the site so we can take a look live? Do you have any way to the view the servers php config as well? I’ve encountered a few issues with various server configs that only show themselves under some specific circumstances.
Regards,
Devin
September 10, 2013 at 8:34 pm in reply to: Icon Lists & Icon Boxes – Content Disappearing and strange rollover effects #137610Updating your theme to the most recent version should fix the issue of hovering on the image and it moving.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Depending on the individual menu items: the number of them, length, word count/spacing the menu may not switch at the proper screen width.
The easiest option is to change your menu but the alternative is to make the menu switch at an earlier time.
Glad you were able to get it sorted out. Let us know if you have any other questions or issues.
Regards,
Devin
There is no hover for touch screens. So if the link item has a link on it, then it would just go to that link.
Hi quintinM,
Can we see the site live? If you have the portfolio items displayed with multiple categories then it will display by default I believe. So also check that you are showing more than one category in a section so that there is something to sort.
Regards,
Devin
September 10, 2013 at 6:32 pm in reply to: Poor quality thumbnail images in portfolio gallery #139982Hi vic98,
Can we see the page with the pixelated/blurry thumbnails? Have you regnerated your thumbnail images already?
Regards,
Devin
September 10, 2013 at 6:31 pm in reply to: Tabs keep creating themselves everytime I create or edit another tab (tab bug) #140147Hi discosourcedjs,
Its impossible for us to diagnose the issue without getting a copy of your entire site and plugins with how they are all set up. This is why we typically ask that a user deactivates all plugins and then if the problem is solved re-activate theme one by one to find which plugin is causing the issue.
For s2member you can aviod turning it off unless all else is not working but for the others that are non-integral there is most likely a conflict with the theme code causing the issue to keep happening.
Regards,
Devin
Hi Rob,
That is actually the way it is by default. The sidebar is not shown for mobile layouts. So check to see if you have any css you’ve added that is making the sidebar display value something other than display: none below 767px wide.
Regards,
Devin
Hi kriru,
You can try finding a plugin that will replace the default WordPress search with google search or you can add it to your header.php file wherever you want it to go.
Regards,
Devin
Hi pcescato,
What changes have you already made? The hover zoom does work but there is also something else causing an issue with the basic structure of the page.
Regards,
Devin
Hi Tech Dude,
Glad that worked for you and we do often check for that but this topic is not quite the same issue.
Regards,
Devin
-
AuthorPosts