Forum Replies Created
-
AuthorPosts
-
Not right now, but i found the root of the issue. Try applying this fix:
http://www.kevinleary.net/wordpress-admin-jquery-is-not-defined/Regards,
JosueI’ll fix it for you. Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Yes, i see it. That’s happening because the container is aligned middle, if you add the code i suggested it should look like this:

Cheers!
JosueHi Orhan!
Found the root of the issue, the problem is that you are not including the 700 version of the font.
http://fonts.googleapis.com/css?family=News+Cycle:400,700What code are you using to import this font?
Regards,
JosueYes, for a grid style it would be better to use a square image, you’d need to change the single blog style too to something like this.
Please revert the change i suggested to loop-index.php as is not necessary in this case.
Best regards,
JosueI though you were referring to the single blog view.
I think you’d need to change the blog style, there is no way a rectangle image would fit there without breaking the layout.
Cheers!
JosueHey Orhan!
The problem is that font (News Cycle). Apparently it doesn’t support Turkish characters, you’d need to change that.
Cheers!
JosueHi Lynn!
Are you sure are those three plugins? many Enfold users use Akismet and WP SEO without issues so far. Maybe QuickCache is the culprit of the issue/
Regards,
JosueHi,
Open includes/loop-index.php and look for line 34:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);Replace it by this:
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], 'full');Regards,
JosueI tested on Chrome (Mac). Make sure you are serving the proper formats. The code should be:
<video width=”320″ height=”240″ preload=”metadata”<video autoplay> <source src=”/wordpress/wp-content/uploads/2014/06/Whitehouse_neverpoach.m4v” type=”video/mp4″> <source src=”/wordpress/wp-content/uploads/2014/06/Whitehouse_neverpoach.webm” type=”video/webm″> <source src=”/wordpress/wp-content/uploads/2014/06/Whitehouse_neverpoach.ogg” type=”video/ogg″> </video>Cheers!
JosueThat’s expected @sureshakula, you can enable this though.
Cheers!
JosueHi Rupert!
I checked your page and the video actually played automatically and it disappeared before the next text appears.
Regards,
JosueJune 13, 2014 at 5:48 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #278645Try changing the code to:
#menu-item-search a:before { content: url(_IMAGE_URL_HERE_) !important; position: relative; top: 3px; }Best regards,
JosueJune 13, 2014 at 5:48 pm in reply to: Problems with the integration of a video into layer slider #278644This will do it:
<iframe width="640" height="360" src="http://www.youtube.com/embed/pLOjNdxylwU?autoplay=1&start=110" frameborder="0" allowfullscreen></iframe>Regards,
JosueYou are welcome Katharina, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Prefix the page-id:
.page-id-xx #layer_slider_2 { display: none; } @media only screen and (max-width: 767px) { .page-id-xx #layer_slider_1 { display: none; } .page-id-xx #layer_slider_2 { display: block; } }Cheers!
JosueJune 13, 2014 at 7:10 am in reply to: Ajax Portfolio Contact form and accordion not working! #278494That’s not possible right now, you’d need to rely on using the magic wand + shortcodes method.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Matt!
Yes, i see it now. You’d need to use CSS then, try adding this to the Quick CSS:
.sub-menu a .avia-menu-text{ font-family: "Open Sans", sans-serif !important; }Modify as needed.
Cheers!
JosueJune 13, 2014 at 4:26 am in reply to: Scroll down button with fullscreen color section not scrolling to "right" spot #278463Looking forward to hearing from you :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 13, 2014 at 3:08 am in reply to: Scroll down button with fullscreen color section not scrolling to "right" spot #278441Hmm, i’d need to see the actual site to help you on this to be honest, let me know as soon as you go live.
Regards,
JosueJune 13, 2014 at 2:52 am in reply to: Scroll down button with fullscreen color section not scrolling to "right" spot #278432Just to make sure, is this the issue you are having?
Regards,
JosueHey!
Enfold works with icon fonts, but to be honest i don’t think that set could be converted to an icon font without losing the details.
Implementing that set as PNG is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueJune 13, 2014 at 2:26 am in reply to: Logo in mobile (responsive) view stretched and menu on top of it #278428Hey Morticka!
Try with this code instead:
@media only screen and (max-width: 480px) { .responsive .logo a{ height: 100px !important; } .responsive .logo img{ height: 50px !important; } }Regards,
JosueHi!
Not exactly as that, but you may want to check this demo page:
http://kriesi.at/themes/enfold/homepage/home-v10-magazine/Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#mc_embed_signup .clear { display: block; visibility: visible; height: auto; width: auto; }Cheers!
Josue -
AuthorPosts
