Hi InvestFinanceGroup!
Please try one of the plugins under “Membership Plugins” here https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
Cheers!
Yigit
Dear Enfold,
help me please:
1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.
2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?
thank you
indra
Hi,
I’m trying to embed a HTML5 video but Enfold keeps reformatting my code. How can I make it stop doing that?
Thanks :)
-
This topic was modified 12 years ago by
xilopix.
Hi nicolasweh!
Mobile devices scroll to top when you touch the topbar that is why it was hidden on mobile. But you can display it by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block;
}}
Best regards,
Yigit
now I tried:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#footer .container { padding: 10px 0 10px 0; }
#footer .widget { margin: 10px 0 10px 0; }
}
also without success
Not working:
code looks like this:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#footer {
padding: 10px 0 10px 0; }
}
……..is that right?
Thanks for this link. I’ve had a look into it, but it looks like the script needs to reference a media query to work.
This is fine for mobile media queries, but my custom.css file doesn’t have a media query setup for the normal desktop styles. Am I meant to create a new media query to contain all my custom css so this script will work? I’m a little confused on how it should be implemented with Enfold.
Hello
I have a single page website with menu items linking to different headers in the page using #about or #services etc.
The underline effect used to highlight the different menu items as you scrolled down the page or it would underline something if you click on it, this seems to have stopped working and I am not entirely sure what I changed to cause it to break.
Could you point me in the right direction?
Thanks
Hello, I need my website in spanish and enclish and I am going to buy WPML.
I would like to display WPML language switcher at the top of the page in the small menu or at the rightend of the main menu, something like “ESPAÑOL | ENGLISH”…is it possible?
thanks!
enfold scroll-top-link icon disappear from 480 px to 768px width
I just noted that, both in chrome and Firefox, is there some reason for that?
I’d like to have that scroll icon always fixed to the right for the bottom of my pages when I’m scrolling down regardless of the width size of the screen or resizing it.
Thanks
Hey!
Please try to update Enfold to 2.5.4. Kriesi did some debugging ( https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/ ) and the youtube api issue should be fixed now.
Regards,
Peter
Hi!
Can you please give us a link to the website? Are you talking about the dropdown menu or the submenu on top of the header?
Best regards,
Ismael
Hi!
The Masonry elements are powered by Isotope, so you would start investigating there:
http://isotope.metafizzy.co/
Found this:
http://stackoverflow.com/questions/14043879/jquery-isotope-queue-shuffle-randomize-animation
When you find/create the right snippet, simply add it to avia.js at the very end:
jQuery(function() {
// your code
});
Best regards,
Josue
Hello,
I need my portfolio grid to have external links that open up in a new tab. I have figured out how to get them to open the link I want but the link remains in the same tab. I have tried replacing the code with code provided by Dude here….
Sadly this new code did not help. I appreciate you input!
-
This topic was modified 12 years ago by
akraemer.
Hey Gee Are!
We can’t offer fixes non-supported third-party plugins but i found a quick solution for your second issue, add this to the Quick CSS:
#commentform p:nth-child(10) label, #commentform p:nth-child(11) label {
left: 0;
}
#subscribe-label {
left: 21px !important;
padding-top: 5px !important;
}
.comment-subscription-form {
top: 18px;
}
Regarding the first one, i’d recommend you to use another plugin (like this one).
Cheers,
Josue
Hi!
The Post class gets attached to the body element, so the code should be:
#top.postid-252 .fullsize .template-blog .entry-content-wrapper > * {
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}
Cheers!
Josue
Hey bert787!
Do you have the latest version of Enfold? Please report the issue here. Provide the login details and other information that can help us debug the issue. https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
Best regards,
Ismael
Hey!
Yes, Color Section elements only work fullwidth. As a workaround you can add Widget Area element to your page and add needed widgets inside it in Appearance > Widgets
Best regards,
Yigit
Hi 4youth!
1- Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
You can also contact your service providers to do it
2- I have just checked your website on my iPhone and responsiveness seems fine http://i.imgur.com/DYe0M49.png
Special heading text on the bottom is a bit too big, you can decrease the font size by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
body .av-special-heading.blockquote > * { font-size: 35px; }}
3- Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
4- No, we do not. You can try hiring a freelance developer on Microlancer, Codeable or WorkPress
Best regards,
Yigit
Thanks for the response, Yigit. I think I may not have been clear on what I meant.
What I mean is the two tabs at the top right of your linked image that say “Visual” and “Text”. Typically, when I work on a WordPress page, it remembers which editor I was using last (Visual or Text) and when I go to edit the page again, it opens that one.
As we all know, the Visual editor can often mess with our custom html code that we create in the Text editor. But this is only an issue sometimes, so I don’t want to disable the Visual editor completely by editing my User profile.
So when I edit text in, for example, an iconbox, I’d like is for it to do one of two things:
1. Remember whether I used Visual or Text for that particular iconbox the last time I saved it.
OR
2. Default to showing the Text editor and then I can click the Visual editor if I want it. That way, for the cases where I have custom code that WordPress might mess up, it’s not messed up simply by opening the iconbox box to edit it each time.
Hopefully that’s more clear about what I’m trying to do.
Thanks.
Hello;
I’m trying to include a gallery like the example of the demo “Single Portfolio include: 2/3 Gallery”
How can I do this?
excuse my ignorance, I was looking for tutorials and practicing with wordpress desktop and fails to do so.
I hope your help, thank you.
regards
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget ul { list-style: none; }
Best regards,
Yigit
Hey Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .main_menu .menu li ul a { font-size: 16px; }
Best regards,
Yigit
OK, I think I may have figured it out. Will this cause any responsive design problems?
#top .title_container .main-title a {
position: absolute;
right: 0;
}
.breadcrumb {
left: 0;
}
Hi there,
great theme and forum!
I would like to use only a couple of post formats for the blog and want to add a new one:
standard
link
quote
alert (new)
gallery (hide)
video (hide)
bild (hide)
audio (hide)
1. How can I hide some post formats in the backend (on the right sidebar listing all formats)?
2. Can I add some default WordPress post formats that you didn’t include, like aside and chat?
This didn’t really work: https://kriesi.at/support/topic/how-to-add-new-post-format/#post-224776
I already found out in the forum that it is not easy to create a new post format and I also don’t want to use the workaround with custom post types. My target group using WP should only learn how to create a post. So maybe I abuse an existing format, which leads to the next question:
3. If I cannot use a brand new format, how can I customize an existing post format?
It is supposed to be an “alert” kind of post format, so I want the users to be able to choose a format called “alert” in the backend, so that the frontend shows a different icon and different color to red for the <div class=”blog-meta”></div>
This in red with different icon and color:
Example
Thanks in advance!
Daniel
-
This topic was modified 12 years ago by
Yigit.
I have 3 theme hacks that I have to update every time you update, perhaps you guys can easily point me in the right direction with them? The first hack adds title tag to the logo- for whatever reason the theme does not add it correctly.
Theme/framework/php/function-set-avia-frontend.php
Line 426 to:
if($logo = avia_get_option('logo'))
{
$logo = "<img src='{$logo}' alt='{$alt}' title='{$alt}'/>";
$logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
}
else
{
$logo = get_bloginfo('name');
if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$alt}'/>";
$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
}
I manually added in title='{$alt}’ in both statements to get the title to work.
The second hack is to add text to the cart button, and to hide it with a CSS indent.
Edit config.php in enfold\config-woocommerce\config.php
Line 758
$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
The hide class has my indent/hide code on it.
The last hack is to add customability for visibility to theme menu’s, which I found in your forum here.
Add code to enfold/functions.php
add_theme_support(‘avia_conditionals_for_mega_menu’);
On line 17
Under
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
Reference: From <https://kriesi.at/support/topic/enfold-conditional-menu/>
Is there any way to bring this into the child theme functions.php so I can stop hacking the theme?
Thank you guys so much for the help!