Forum Replies Created

Viewing 15 posts - 91 through 105 (of 105 total)
  • Author
    Posts
  • in reply to: Layerslider text layers not responsive in Enfold #645235

    I have a similar problem – my text is all wonky on tablet. I do have the layers set to text as it is better for Search Engine Optimisation (I have keywords in my sliders). Is there no way to resolve this? I do not have any custom styling on my layerslider only html layer content.

    in reply to: Posts set to "Link" to open in new tab #626844

    I am not allowed to unfortunately. This is our business’ testing server and we have multiple sites on it and our cpanel says we can’t create anymore ftp access accounts.

    It’s really not a big deal and I can do a work around it since that code wasn’t working for me for some reason.

    Thanks for your help though :D

    in reply to: Received Data Format from Contact Forms #626119

    Alright thank you.

    in reply to: Posts set to "Link" to open in new tab #626111

    Hello :)

    I put in the new code and my entire functionc PHP looks like this:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    // new script
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {  
    	function e() {
    		$('.slide-entry').each(function() {
    			$(this).find('.slide-entry-title a').attr('target', '_blank');
    			$(this).find('.slide-image').attr('target', '_blank');
    		});	
    	}
       
       	e();
    })(jQuery);
    </script>
    <?php
    
    add_theme_support('avia_template_builder_custom_css');
    

    It broke the site when I saved and now it’s just a blank screen.
    Help please :S

    in reply to: Posts set to "Link" to open in new tab #623408

    Here is the blog page that now has working images that link out to a new tab but the titles do not. I would prefer them both to link out to a new tab if set to “Post” in the post options but if necessary we could disable the title link and only have the images link.

    in reply to: Multiple answer choices with the Enfold contact form? #622853

    Is there a way to change the desktop version to look like the mobile (using checkmarks?)
    I have had customers that aren’t as internet savvy and they think that they can only choose one option. Only those who are used to selecting multiple with key commands are going to figure out this function.

    in reply to: Posts set to "Link" to open in new tab #621801

    Hello again,

    I took out “// new script” from the code you gave and now the blog image links out to a new tab which is excellent but the title link does not :)

    Almost there, just need to have the blog title link out externally as well.

    Briana

    in reply to: Posts set to "Link" to open in new tab #621799

    Hi Ismael,

    I have added the code to the functions.php in my child theme and it’s given me a blank screen. I had to go through cpanel and remove it :S
    Did I do something wrong on my end maybe?

    Briana

    in reply to: Posts set to "Link" to open in new tab #618815

    Here is my client’s blog set up in Grid Style – Each item is set to “Link” in the post format options.
    I need both the photo and the title to link to a new tab as they are links to another website’s article and I don’t want the visitor to lose where they are on my client’s site.

    Screenshot

    *disregard the web design at this stage haha, it’s not compelte*

    in reply to: Updated to Enfold (3.5.3) – Avia Editor Blank #618795

    Man I am just having issues with clearing my cache lately. This is the second time I have been hard refreshing on my mac and it not coming up.
    Thanks for the link maybe I was doing something wrong there.

    Thanks for checking for me and being so quick – very much appreciated.

    Briana

    in reply to: Full Width Slider Broken #617963

    Crazy I swear I did that.
    Thanks for checking regardless :)

    This thread can be closed :D

    in reply to: Text Content on Mobile has Big Left Indent #600920

    Upon investigation I don’t have any styles placed on “OUR EXPERIENCED TEAM ADORE CHILDREN!” so I don’t know where you found the 30px padding?? I have no styles what so ever on that entire text block. :(

    I put a class on the container holding all the text and set it to padding-left:0px !important, with no result.

    • This reply was modified 8 years, 5 months ago by Briana.
    in reply to: Text Content on Mobile has Big Left Indent #600919

    AHA! Thank you very much it was driving me nuts as it hasn’t done it before on my other sites.

    in reply to: Pagination not working on blog posts #597584

    Hi Vinnie,

    Are you referring to this part of the link advice? *as I have tried this and it did not work*

    UPDATE: Please try to modify the wp-includes > query.php file: https://core.trac.wordpress.org/ticket/35344#comment:34

    Or do you mean the instructions under the UPDATE part? I have not tried that as I thought the updated section was most recent.

    in reply to: Pagination not working on blog posts #597568

    Hello I am also having pagination problems with a website I have created for a client. I work for a marketing company and this error has stumped me. I have been looking up solutions that people have posted in these forums to no avail.

    Basically each page of the blog displays the first page’s posts.

    Can anyone assist me with this?

    I am running: Enfold Version: 3.4.7

Viewing 15 posts - 91 through 105 (of 105 total)