Forum Replies Created
-
AuthorPosts
-
You are welcome Btina, glad to help :)
Regards,
JosueHola,
Asegurate que existan categorias y que tengan Items de Portfolio asignadas a ellas.
Saludos,
JosueHey Erin!
Also add this to Quick CSS:
.logo img { width: 340px; }Cheers!
JosueHey!
There is a filter that let you control the backlink output, try adding this at the very end of your theme / child theme functions.php file:
function change_backlink() { $newlink = "- Maintained by <a href='#'>Jacob Bergmeier</a>"; return $newlink; } add_filter('kriesi_backlink', 'change_backlink', 10);Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.av-no-box .iconbox_icon{ display: block; }Cheers!
JosueDecember 13, 2014 at 11:18 pm in reply to: icon box link and icon and title link not working right. bug? #367808You are welcome, glad to help :)
Regards,
JosueDecember 13, 2014 at 11:17 pm in reply to: Css class for featured image different per post format? #367806Hi Marc,
Open /enfold/includes/helper-post-format.php and look for line 169:
$prepend_image = get_the_post_thumbnail(get_the_ID(), 'large');Replace it by this:
$prepend_image = get_the_post_thumbnail(get_the_ID(), 'entry_without_sidebar');Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#slider .container { width: 100% !important; max-width: 100% !important; } #nextend-smart-slider-1 { margin: 0 auto !important; float: none !important; }Cheers!
JosueHey!
Yes, the custom class should be that (custom-fwd-btn), regarding the link try putting a #.
Regards,
JosueDecember 13, 2014 at 10:59 pm in reply to: I cannot save any layerslider, new or otherwise after install of theme #367794Hey!
You have LayerSlider as a standalone plugin, either disable it or disable the Enfold bundled one – http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
Regards,
JosueHi Btina!
Because the title in News is not an h1, add this to Quick CSS:
.main-title { font-size: 25px !important; text-transform: none !important; font-weight: normal; font-family:'Pacifico'; }Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Helvetica'] = 'Helvetica'; return $fonts; }Cheers!
JosueHi Duane!
Make sure there are actual Posts assigned to Tags.
Cheers!
JosueHi!
Enfold Contact Form should work now, give it a try.
Best regards,
JosueDecember 13, 2014 at 8:20 pm in reply to: THEME UPDATED. STILL Problems with Slideshows, Google Maps, Contact Forms etc #367752Hi Justin!
I managed to fix the issue, what happened is that some of the Enfold framework files were being redirected to the homepage by this rule in your .htaccess file (i commented the /frameworks/ ones):
RedirectMatch 301 ^/wp-content/$ http://la-appraisal.com RedirectMatch 301 ^/wp-content/themes/framework http://la-appraisal.com RedirectMatch 301 ^/wp-content/dir/$ http://la-appraisal.com RedirectMatch 301 ^/wp-content/themes/enfold/framework/php/wordpress-importer/ http://la-appraisal.com RedirectMatch 301 ^/wp-content/themes/enfold/framework/php/avia_shortcodes/ http://la-appraisal.com RedirectMatch 301 ^/wp-content/themes/enfold/framework/css/conditional_load/ http://la-appraisal.com RedirectMatch 301 ^/wp-content/themes/enfold/framework/js/ http://la-appraisal.com RedirectMatch 301 ^/company-news/$ http://la-appraisal.com/news/ RedirectMatch 301 ^/test-form/$ http://la-appraisal.com/contact/ RedirectMatch 301 ^/docs/appraisal_institute_08_symposium.pdf$ http://la-appraisal.com/news/I’m guessing you added this to hide the wp-content contents from the public, if you really need this i’d suggest excepting the rules that would affect the /enfold/framework/ folder (what i did already).
Cheers!
JosueHey Steve!
Try adding this code to the Quick CSS:
.ls-inner{ position: relative; } .ls-inner:after { content: "Escape to the undiscovered heart of the Languedoc.."; position: absolute; width: 100%; height: 50px; bottom: 0; left: 20px; color: white; font-size: 26px; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }Cheers!
JosueHey!
Try the following:
https://kriesi.at/support/topic/contact-form-indicator/#post-293282Cheers!
JosueDecember 13, 2014 at 12:54 am in reply to: Blog posts with no sidebar are centered, not full width #367577Hi,
Can you post the link to your blog please?
Regards,
JosueHi!
If you are referring to this (http://screencast.com/t/Xi3yw3EoM5b), try selecting the categories while having the Command (⌘) key pressed.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconbox_content_container { text-align: left; }Cheers!
JosueHi Michael,
Set a custom class to the fwd button and add this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.custom-fwd-btn .avia-button').on('click', function(){ window.open(”, ‘_self’, ”); window.close(); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.archive .main-title a { pointer-events: none; }Cheers!
JosueHi!
Try removing the /enfold/ folder and uploading it as a new theme (with the same name, either via FTP or Appearance > Add new).
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueDecember 12, 2014 at 10:50 pm in reply to: THEME UPDATED. STILL Problems with Slideshows, Google Maps, Contact Forms etc #367532Hi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
