Forum Replies Created
-
AuthorPosts
-
Hi,
It should be there automatically, there is no option to turn it on or off but you can hide it through css. Maybe the slider is covering it. Try this on your custom.css
#top .avia-post-nav {
z-index: 9999;
display: block;
}Regards,
Ismael
Hi,
Try this on your custom.css
html{
background-color: red;
}Leave a page without content and display the socket without the footer. You’ll see what Devin is trying to say. You need to push the socket with contents.
Regards,
Ismael
May 16, 2013 at 1:29 am in reply to: Gallerie 710px breite im Post nicht richtig dargestellt #119309Hi,
Add this on your custom.css
.template-page .big-preview {
display: block;
padding: 0 0 10px 0px;
}Regards,
Ismael
Hi,
Edit the field with the checkbox, look for Form Element Validation, select is not empty.
Regards,
Ismael
Hi,
Please use this instead. It will render a transparent box and leave the circle behind. :)
.image-overlay.overlay-type-extern {
background: transparent;
}Regards,
Ismael
Hi,
For example, you want to apply the style when viewing on a mobile device, you should use this
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
@font-face {
font-family: 'BebasNeueRegular';
src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot');
src: url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.woff') format('woff'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.ttf') format('truetype'),
url('http://localhost:8888/wordpress/wp-content/themes/enfold-child/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h6 {
font-family: BebasNeueRegular, Geneva, Arial, Helvetica, sans-serif !important;
font-size: 90pt !important;
letter-spacing: -0.0em !important;
font-weight:200 !important;
}
}The font will only apply if the user is viewing on a mobile device.
Regards,
Ismael
May 16, 2013 at 12:41 am in reply to: Can "Links", "Bold" and h2 texts be different colors under Main Content? #118928Hi,
I believe you edit his through the text editor. Add a unique class. Example
Number 1.
<strong class="blue_color">1. <a title="1. Talk to your partner, friends and family members" href="http://babyblueshelp.com/1-talk-to-your-partner-friends-and-family-members/">Talk to your partner, friends and family members</a>. </strong>
Number 2.
<strong class="red_color">3. Sleep when your baby sleeps.</strong>
Then style it on your custom.css
strong.blue_color {
color: blue;
}
strong.red_color {
color: red;
}Regards,
Ismael
Hi,
Please try this
.widgettitle {
border-bottom: 1px dotted white;
padding-bottom: 10px;
}It will create a dotted line below the widget title. For more border styles, please refer to this link
http://www.w3schools.com/css/css_border.asp
Regards,
Ismael
Hi,
Click on the Toggles. At the very bottom look for the Toggle Sorting Tags field. Insert tags.
Regards,
Ismael
Hi,
I’m sorry that you feel that way. Please, if you can summon a little more of your patience, watch this video http://www.youtube.com/watch?v=ZY9SxVyugx4. Maybe it’ll help you better understand how the slider works.
Please let us know if it helps. It would be a lot easier if you have the site online so that we can help you set the slider up.
Cheers,
Ismael
Hi,
Send the login details on ///.
Include the issues you think you have on your installation and this thread on your email.
Regards,
IsmaelHi,
I tested the plugin on my site and the forms look ok. Can you give us a link to your website? We can probably fix it with css.
Regards,
Ismael
Hi,
I’m talking about this http://www.welsch-lehmann.com/marketing-automation/events/ . The url on that page seems to be working fine.
The version number may have been forgotten, you can edit that on style.css. You’ll know if you have the Enfold 1.4 if config-woocommerce is present on your theme files.
Try to use apostrophe instead. Change this code
<a href="http://kriesi.at">Hey</a>
to this
<a href='http://kriesi.at'>Hey</a>
It adds back slashes everytime you update or save the options. Let me tag Kriesi and the rest of the support team.
Regards,
Ismael
Hi,
It is working, please don’t forget to Save Changes after. Remove browser cache then reload the page. If you continue to experience this issue, please download the latest version of Enfold on your theme forest account.
Cheers,
Ismael
Hi,
Can you give us a link to your website?
You can move the mega-menu with this
#header .avia_mega_div {
right: 200px !important;
}Adjust the right position value and don’t remove the !important.
Regards,
Ismael
Hi,
You should use this
#top .main_menu .menu li ul a {
width: 100%;
height: auto;
float: left;
text-align: left;
line-height: 23px;
padding: 8px 15px;
font-size: 12px;
min-height: 23px;
max-width: none;
text-decoration: none;
}Regards,
Ismael
Hi,
Please check the size of the folder you are trying to upload. Is it 15.4 MB in size? Sometimes they upload the whole downloaded file straight from themeforest.
Regards,
Ismael
Hi,
Please remove the css above and use this instead. This works on my end.
.logo {
float: right;
position: absolute;
right: 0;
text-align: right;
}
.logo a {
float: right;
z-index: 9999;
}
.main_menu {
left: 0;
}Regards,
Ismael
Hi,
Please try this on your custom.css
.template-page.content.twelve.alpha.units {
padding: 15px 0;
}If you are using Chrome, please inspect the element then look for the body class id. Mine is .page-id-1403, use it to target the current page.
. page-id-1403 .template-page.content.twelve.alpha.units {
padding: 15px 0;
}Regards,
Ismael
Hi,
Please download the latest version, Enfold 1.4, on your themeforest account.
Checking the page, the URL on the first column seems to be working fine.
Regards,
Ismael
May 15, 2013 at 3:27 am in reply to: Titles on blog page with h2 but single post title with h1 #119118Hi,
Open includes > helper-post-format.php then find this code on line 48.
/**
* The avia_default_title_filter creates the default title for your posts.
* This function is used by most post types
*/
if(!function_exists('avia_default_title_filter'))
{
function avia_default_title_filter($current_post)
{
$output = "";
//$output .= "<h2 class='post-title ". avia_offset_class('meta', false). "'>";
$output .= "<h2 class='post-title'>";
$output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
$output .= " <span class='post-format-icon minor-meta'></span>";
$output .= " </a>";
$output .= "</h2>";
$current_post['title'] = $output;
return $current_post;
}
}It should be h2.
Regards,
Ismael
May 15, 2013 at 3:16 am in reply to: Problem: Video on Portfolio page is shown behind content and not below #118948Hi,
Please insert the video on a full width column or 1/1 column. See if that works.
Regards,
Ismael
May 15, 2013 at 3:13 am in reply to: Removing the featured image from top of a single blog post. #118945 -
AuthorPosts