-
Search Results
-
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!
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.
regardsHi 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:
ExampleThanks in advance!
Daniel
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!
Love the theme! Please supply me w/ the CSS to put the page title on the right and breadcrumbs on the left.
I got this to work:
.breadcrumb {
left: 0;
}But I’m not having any good results with attempting code like:
#top .title_container .main-title a {
text-align: right;
}or
#top .title_container .main-title a {
right:0;
}Pls help!
Hi!
I want to make the content body of a special post-id more larger (on post with no sidebars).
this is the code, that works on every post:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1600px; margin-left: auto; margin-right: auto; }So I only want to have it on 2 ids, but .post-id-123 or .postid-123 dont work:
#top .fullsize .template-blog .post-id-123 .entry-content-wrapper > * { max-width: 1600px; margin-left: auto; margin-right: auto; }I get the post id from the link in the editing mode of the post.
what is wrong?
Thanx a lot from Simps :-)
hi,
I tried to change the space between the footer content and the footer border (top & bottom) with the following code which I found here in the forum:
“You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0#footer {
padding: 0; }
by default it is 15px 0 30px 0Best regards,
Yigit”
Unfortunately nothing changed. my site: http://www.draussen.atI am looking to set the a:active color for each of my main menu items. I have already set a:hover for each menu item, and it is working perfectly for both the top level navigation item, and sub menu items.
ex:
#menu-item-5369 a:hover { color:#db1534 }When I try to set a:active, like so:
#menu-item-5369 a:active { color:#db1534 }it does not work.I know how to set the active color for all menu items, but not specifically for each set (each main and sub menu items all distinct, active colors).
Hopefully that makes sense.
Hi there!
I’m working with the fullscreen slider in my homepage :: http://www.inopia.cat/ and it doesn’t reposition from the center as in your example (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) it just reposition from top-left corner.
thanks for your time
XI would like to know how it would be best to go about setting up smaller size images for display on tablets or mobile so that my larger images on the desktop site does not have to eat up all the mobile bandwidth of my visitors.
I know there are plugins about but not sure which would work well with enfold. Any suggestions or is there an alternative?
PS – I am using WPML so it has to be compatible with it.
Thanks in advance
Raju
Viewing 30 results - 133,231 through 133,260 (of 142,866 total)
