Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueI guess what you are trying to do is show that code as an actual code and not as its rendered version, you’d need “escape” the code before pasting it:
http://www.freeformatter.com/html-escape.htmlRegards,
JosueHey!
Try adding this code to the Quick CSS:
.av-hover-grow:active img { -webkit-transform: scale(1.1); transform: scale(1.1); }Cheers!
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueJuly 17, 2015 at 3:43 pm in reply to: Is it possible to have a different picture as a thumbnail? #475014Hi,
What slider are you using? can you post the link to the page in question please?
Regards,
JosueYeah, if you are using a child theme use the child theme functions.php instead.
Cheers!
JosueHave you checked it on an actual mobile device? the mobile logo change will only be reflected if a mobile browser is detected.
Best regards,
JosueHey Ruggero!
Use the HTML approach but wrap it with a shortcode, like (put this in theme / child theme functions.php):
function aweber_form_func() { ob_start(); ?> PUT HTML HERE <?php return ob_get_clean(); } add_shortcode( 'aweber_form', 'aweber_form_func' );And then in the Code Block:
[aweber_form]Regards,
JosueHey!
Have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueJuly 17, 2015 at 2:55 pm in reply to: Custom post type not showing in the Portfolio Grid or Masonry elements #474970Hi!
I can recall this and i think it’s a problem with Types latest releases (they may have changed something on how post types get registered), try installing version 1.6.5 and check if the issue is fixed:
https://wordpress.org/plugins/types/download/Best regards,
JosueCorrect, you’d need to edit the Title of the Post if you want that line to be changed.
Best regards,
JosueMake sure the ID of the Post is passed to has_excerpt
has_excerpt( $post->ID )Hey Gurify!
Setting alignment for those images to “left” should do the fix (they are currently centered). Alternatively you could change this code in your style.css:
article .entry-content img {margin: 15px 10px 15px 0; border: 2px solid #dedede;}To:
article .entry-content img {margin: 15px 10px 15px 0 !important; border: 2px solid #dedede;}Best regards,
JosueSeems you are already using has_excerpt.
Best regards,
JosueTry with this:
http://pastebin.com/wSt8YP8WBest regards,
JosueHey!
1. Update the theme to the latest version (3.2.2).
2. Activate the parent theme and check if the redirection works.Best regards,
JosueHi!
We are aware of this issue and looking for a solution / workaround (it is related to Mac power-saving functionalities).
Regards,
JosueHey!
Did you remove the widget? i’m not seeing any linked image on that page.
Best regards,
JosueJuly 17, 2015 at 1:09 pm in reply to: Enfold Church–how do I insert an audio file over an image? #474897Hi Nancy!
Those are Audio-formatted Posts, select that when editing/creating the Post and place a link to the audio URL at the very start of the Post content.
Regards,
JosueHey Dan!
Elliot’s code should not cause that error, can you paste the whole contents of your functions.php? (use pastebin or similar).
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueJuly 17, 2015 at 11:28 am in reply to: Adding search bar to header – can't find enfold/includes folder #474809Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end (excerpts doesn’t appear) – http://screencast.com/t/605fSELNs
Regards,
JosueHi,
What are you trying to do? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 17, 2015 at 10:57 am in reply to: URGENT – Adblock plus blocks social icons from header, posts etc #474788You are welcome, let us know if it does the fix!
Regards,
JosueJuly 16, 2015 at 11:44 pm in reply to: URGENT – Adblock plus blocks social icons from header, posts etc #474605Can you post a screenshot of the issue? i’m not noting it on my end (Chrome / OS X 10.10).
Regards,
JosueI can’t connect via FTP, please post the server URL.
-
AuthorPosts
