Forum Replies Created
-
AuthorPosts
-
Hi Andy,
You could try using the ‘special heading’ shortcode and style it the way you want with CSS:
.av-special-heading-h3{
background: blue;
font-size: 3.5em;
color: white;
padding-top: 20px;
padding-bottom: 0;
}
.av-special-heading-h3 h3{
font-size: inherit !important;
color: inherit !important;
}
.av-special-heading-h3 .special-heading-border{
display: none;
}
I tested locally and achieved something like this:
Regards,
Josue
September 7, 2013 at 4:09 pm in reply to: Blog – Removing links from titles & images / Breadcrumbs – Post parent page #139478Hi,
I found a solution regarding problem 2, it will require some coding, can you please create an administrator account and send it to (Email address hidden if logged out) so i can do it quickly?
Regards,
Josue
Hi,
Yes, it may be that, try accessing from a different computer.
Regards,
Josue
September 7, 2013 at 12:59 am in reply to: Right float social icons – and custom items to upper left of header #139960Hi,
Please add this code to the Quick CSS area in the Theme options page:
form#customForm{
float: left;
margin: 2px 0 0 0;
}
form#customForm label{
display: inline-block;
margin-right: 10px;
}
form#customForm input{
display: inline-block !important;
margin: 0px 2px 0 0 !important;
padding: 4px !important;
}
form#customForm button{
background: gray;
border: 0;
color: white;
padding: 4px 8px;
}
#header .social_bookmarks{
float: right;
}
Then open header.php and add this HTML code inside the .container div in the header section:
<form id="customForm"><label>Join our email list</label><input type="text"><button>Submit</button></form>
The result:
Regards,
Josue
Hi,
I was able to enter that section in your backend, here’s the screenshot http://i.imgur.com/pwOCYnM.png
Regards,
Josue
Hi,
Is this the page you were looking for?
Regards,
Josue
Hi,
I don’t understand what exactly it’s happening, can you please take a picture of it?
Regards,
Josue
Hi,
Can you create an administrator account and send it to (Email address hidden if logged out) so i can check it personally?
Regards,
Josue
Hi,
Please be sure you installed the latest version of Enfold (2.0.2).
Regards,
Josue
Hi,
Please test if that happens with plain content in your pages/posts (edit a page, add content, save it, check if it keeps the updates). Also, if you want me to check it personally please create an administration account and send it to (Email address hidden if logged out) .
Regards,
Josue
Hi,
That requires some hard coding, and thats something you would need to work with a freelance developer, or if you have the skills, you can do it yourself following this series of posts which explains it in detail.
Regards,
Josue
Hi,
It is possible, but it would need some hard coding, and thats something you would need to work with a freelance developer.
Regards,
Josue
Hi,
You just need to create a new “portafolio grid” element:
And set the Link Handling setting to AJAX:
Regards,
Josue
September 6, 2013 at 5:56 pm in reply to: PLACE LOGIN / CLIENT REGISTRATION LINK ON THE TOP OF THE PAGE 3 #139887Hi Fabiana,
I added it http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/
If you want to do more modifications the file that you need to edit is this http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/wp-admin/theme-editor.php?file=header.php&theme=enfold
Regards,
Josue
Hi,
Have you tried creating a child theme?
Regards,
Josue
September 6, 2013 at 3:39 am in reply to: Can't stop related videos being shown at end of video #139582Hi Faye,
That happens because WordPress strips all the attributes you pass to the URL.
Regards,
Josue
Hi,
The issue is because WPML generated a class with korean characters in the menu, causing a conflict with jQuery, i’m looking for a solution right now, in the meantime i’ll tag the rest of team.
Regards,
Josue
September 6, 2013 at 3:04 am in reply to: How to set dimension of feature images set in categories? #139607Hi,
I didn’t get you, can you post the link to your website please?
Regards,
Josue
Hi,
That line of code is right at line 82 in header.php (Enfold 2.0.2).
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi,
Paste the table code.
Regards,
Josue
September 6, 2013 at 2:20 am in reply to: PLACE LOGIN / CLIENT REGISTRATION LINK ON THE TOP OF THE PAGE 2 #139375Oi Fabiana,
I just added the links, here’s what you need to edit if it breaks again:
Regards,
Josue
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.big-preview.single-big{ text-align: center; }
.big-preview.single-big a{ display: inline-block; }
Regards,
Josue
Hi,
Change the header type to non-fixed:
Regards,
Josue
Hi Sebastian,
Try disabling the “jquery updater” plugin.
Regards,
Josue
September 5, 2013 at 5:49 pm in reply to: Megamenu – different background colors for submenus #138950Hi Thomas,
To change the color of the menus, you can use menu-item IDs, try adding this code:
#menu-item-3543 .sub-menu li a {
background: green;
color: white;
}
#menu-item-77425 .sub-menu li a {
background: red;
color: white;
}
Change red/green for the desired color (can be hex code).
Regards,
Josue
Hi,
Open the page.php file and look for this line (26):
get_template_part( 'includes/loop', 'page' );
Add this one just after it:
comments_template( '/includes/comments.php');
Final code:
get_template_part( 'includes/loop', 'page' );
comments_template( '/includes/comments.php');
Regards,
Josue
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
@media only screen and (min-width: 1140px){
.tab_titles{
margin: 0 auto;
width: 918px;
float: none !important;
}
}Regards,
Josue
-
AuthorPosts