Forum Replies Created
-
AuthorPosts
-
Hi!
To avoid the refreshing links should be like this:
#sectionNot:
http://website.com/#sectionBest regards,
JosueHi!
@arrastia, go to Enfold > Header and change the header height to match the full height of your logo image (263px).
@elliotstiller, reset the header background in the Theme Settings and use this code in Quick CSS instead:#header_main > .container { background: #ffffff url(//www.scmjf.org/wp-content/uploads/2015/06/New-Sun-1.jpg) center center repeat scroll; }Regards,
JosueHey!
The website you posted is unaccessible:
Your access to this site has been limitedAlso, can you please create us a WordPress administrator account in the installation in question?
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Nancy!
Can you post a link to the actual homepage? when i access the website you posted it shows a coming soon page.
Regards,
JosueHi Frank!
Paste this in child theme functions.php:
if(!function_exists('avia_modify_front')) { /** * * This function checks what to display on the frontpage * Its a new and much simpler function to redirect front and blog pages, by simply filtering the settings->readings options and replacing them with the avia theme options */ add_action('init', 'avia_modify_front', 10); function avia_modify_front($wp_query) { if(!is_admin()) { if(avia_get_option('frontpage')) { add_filter('pre_option_show_on_front', 'avia_show_on_front_filter'); add_filter('pre_option_page_on_front', 'avia_page_on_front_filter'); if(avia_get_option('blogpage')) { add_filter('pre_option_page_for_posts', 'avia_page_for_posts_filter'); } } } } function avia_show_on_front_filter($val) { return 'page'; } function avia_page_on_front_filter($val) { return is_user_logged_in() ? avia_get_option('frontpage') : 254; } function avia_page_for_posts_filter($val){ return avia_get_option('blog_style') !== 'custom' ? avia_get_option('blogpage') : ""; } //use the layout editor to build a blog? }Modify this part (change 254 by the Page ID you want to show to not logged-in users):
function avia_page_on_front_filter($val) { return is_user_logged_in() ? avia_get_option('frontpage') : 254; }Regards,
JosueHi!
Use a FullWidth Slider instead of a FullScreen Slider, when you use a FullScreen Slider the images are treated as backgrounds therefore they are not scaled when the window is resized.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
What do you mean by not responsive, could you please give any details on what needs to be adjusted?
Cheers!
JosueYou actually can use style.css when using a child theme, pass the contents of custom.css to style.css.
Regards,
JosueMake sure to update the destination e-mail, i just got a test message on mine (avia.josue at gmail.com).
Regards,
JosueHey!
You’re running 3.1.5, latest version of Enfold is 3.2 (if you can’t do it from the Theme Options do it via FTP).
Best regards,
JosueKeeps redirecting me to the frontpage when i try accessing the Dashboard (/wp-admin).
Regards,
JosueJune 12, 2015 at 8:40 pm in reply to: Portfolio categories not showing up and pagination error #458610Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
What code did you find? you can set a custom class to specific ALB elements and then target them accordingly in the CSS, like::
.class_name{ ... }Best regards,
JosueChild theme version doesn’t matter, that’s user-set, you can put whichever version you like there.
Cheers!
JosueHi!
Do a hard refresh on your browser to purge cached resources:
http://wiki.scratch.mit.edu/wiki/Hard_RefreshBest regards,
JosueHi!
What’s the login URL?
Best regards,
JosueHey!
Please update the theme to the latest version (3.2). Once you done that, try disabling all third-party plugins to see if it gets fixed.
Best regards,
JosueCheck back in a few days, this update tool relies on Themeforest API so maybe their response has not been updated (or it is being cached) for your user.
Regards,
JosueJune 12, 2015 at 12:33 am in reply to: Add social share bar to all pages, custom post types and templates #458116Check it, final code:
function avia_add_social_toolbar_template_builder($content = '') { if (!is_front_page() && get_the_ID() != "1167" ) { $content .= avia_social_share_links(array(), '','Share this',false); $content .= "<div style='height:1px; margin-top:20px;' class='hr'></div>"; } return $content; }Regards,
JosueHi!
Please post a link to your install.
Best regards,
JosueHi!
Media uploads seem to be working fine, i’ve just uploaded this file:
https://stateofthespark.com/wp-admin/post.php?post=5722&action=editRegards,
JosueColumns don’t have a minimum height, you could use a separator / whitespace element.
Cheers!
JosueLatest version is 3.2, if updating through the theme options doesn’t work, do it via FTP:
Regards,
JosueHey!
Use this code to increase the menu item size:
@media only screen and (min-width: 989px) { .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 50px; line-height: 50px; padding: 0 30px !important; } .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: 50px; } }Regarding the banner, refer to:
https://kriesi.at/support/topic/non-html-banner-ad-in-header-next-to-logo/Cheers!
JosueIn 3.2 you can set borders to columns.
Regards,
JosueDe nada, un saludo :)
-
AuthorPosts
