Forum Replies Created
-
AuthorPosts
-
Hi,
Open config-templatebuilder > avia-shortcodes > portfolio.php, find this code
$output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";
Another is located on framework > php > class-breadcrumbs.php, find this code
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
Regards,
Ismael
Hi,
You can get change the permalink manually.
http://www.vivowebmatketing.com/ do not exist.
Regards,
Ismael
Hi,
I’ll tag Kriesi. I think the issue occurs when you suddenly rotate the iPad on portrait view without refreshing the page.
Regards,
Ismael
Hi,
Translation are ongoing here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Ismael
Hi,
Home, you mean the home menu? You can change the home menu background with CSS.
#menu-item-755 {
background: url('IMAGE OR ICON LINK HERE');
width: 200px; /* Adjust this value */
text-indent: -9999px; /* This is for hiding the "Home" text */
}Inspect your home menu, look for the li id selector, mine is #menu-item-755.
Regards,
Ismael
July 18, 2013 at 3:40 am in reply to: Single Author / Mult Author Image and Excerpt Alignment #128814Hey,
You just have to wait until the feature you requested gather sufficient votes.
Regards,
Ismael
Hi,
Use the Video element under Media Elements tab, insert the video url.
You can also use the Image element, Set Link to Manually then insert the video url. This will open the video on a lightbox.
Regards,
Ismael
Hi,
Two things you can do.
1.) Add the “[nolink]” text on Enfold > Footer > Copyright field.
2.) Edit footer.php, find this code:
apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");
Change this part
- <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>
To something else:
Regards,
Ismael
Hi,
You can use the Advance Layout Editor. Go to Content Elements > insert the Blog Element.
Where do you want to add the icon?
Please watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/
Regards,
Ismael
Hi,
I checked your site on safari and the logo looks fine, same with firefox.
What is the dimension or size that you want for your logo?
Regards,
Ismael
Hi,
I tested this multiple times on my end and the Enfold > Styling modifications that I made are not changed at all. Can you give us specific modifications that you made on Enfold Menu?
Make sure that you don’t re-activate the theme again on Appearance tab. Leave that one alone.
Regards,
Ismael
Hi,
You can change the font on Enfold > Styling. You can also something like this on your custom.css or Quick CSS
body {
font-size: 15px;
font-family: Open Sans;
}Upload a bigger logo then specify the height with this.
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }Regards,
Ismael
July 16, 2013 at 10:07 am in reply to: Embedded video content covering menu when scrolling down the page #129337Hi,
I checked the website: EDITED**
The videos are not going over the menu. Please remove browser cache the reload the page.
Regards,
Ismael
July 16, 2013 at 7:51 am in reply to: link & quote post icons do not show in "single author" blog page #129520Hi,
Edit the Blog Post element, choose Multi Author for Blog Style.
Or go to Enfold > General Settings > Blog Style, choose Multi Author.
Regards,
Ismael
July 16, 2013 at 7:47 am in reply to: Ajax search not activating – where to start troubleshooting? #129677Hi,
The script for the ajax search can be found on js > avia.js.
//creates search tooltip
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});Did you change anything on the theme files? Maybe you have a plugin that is interfering with the theme. Please deactivate them.
Regards,
Ismael
Hi,
You can edit js > avia.js, find this code
// decreases header size when user scrolls down
avia_header_size();Replace it with:
// decreases header size when user scrolls down
//avia_header_size();Regards,
Ismael
Hi,
You can use the Insert Shortcode wand for the post, they render the same output with the Advance Layout Editor.
If you want to enable the ALE on posts. Please refer to this link
https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts
Look for Dude’s instruction.
Regards,
Ismael
Hi,
Add it under
/* General Custom CSS */
You are placing the code inside a media query for mobile devices. :)
Regards,
Ismael
Hi,
You change the footer background with this
#footer {
background: red;
}and the socket background using this
#socket {
background: pink;
}Regards,
Ismael
Hi,
On background-repeat choose Stretch to Fit. I think your color section is working. Try to place it at the bottom, see if the fixed effect is working. When you say fixed on the Color Section it doesn’t mean that the section will scroll with the page, it just mean that the background of the section will scroll down with the page.
Or add this on your custom.css, to test it.
#av_section_1 {
height: 999px !important;
}Regards,
Ismael
Hi,
No, the config.php that I’m talking about is located on your root folder where you can find wp-content, wp-includes and wp-admin folders. The .htaccess can be found there too. You need access the files via FTP or your cpanel.
Regards,
Ismael
July 16, 2013 at 7:06 am in reply to: How to create vertical ruler on advance layout editor Page! #129605Hi,
The vertical rulers on that page is created using the css border. If you can give us a link to the actual page you’re working with, we can give you a css solution. What you can do is to insert 3 columns then add a border on each of them. Please give us a link to your website.
The code use on the link: http://citibikenyc.com/
border-right: 1px dotted #AFAFAF;
Regards,
Ismael
July 16, 2013 at 7:03 am in reply to: How can I Insert an Advanced Layer Slider Inside a Tab? #129706Hi,
Sorry for the delay. You can’t use the Layer Slider inside the tab or any other elements. You can use the Easy Slider instead. Another thing is, the layerslider shortcode is not working so you have to insert the slider using the Advance Layout Editor.
Regards,
Ismael
Hi,
You can something like this on your custom.css or quick CSS
Tab Content:
div .main_color .tabcontainer .active_tab_content {
background-color: black;
}Tab Menu:
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
background-color: black;
color: white;
}Just change the color value.
Regards,
Ismael
Hi,
I don’t have the issue on my end. Did you edit anything on the css? Do you have any plugin that might cause the issue?
As you can see on the image above, the menu looks perfect.
Regards,
Ismael
Hi,
Please increase the wordpress php memory limit. Edit config.php, the add this code
define('WP_MEMORY_LIMIT', '128M');
or if you have a .htaccess file, add this code
php_value memory_limit 64M
Regards,
Ismael
-
AuthorPosts