Forum Replies Created

Viewing 15 posts - 31 through 45 (of 1,963 total)
  • Author
    Posts
  • Hi @lunctoken,

    You can set all the post related properties in the YAML header like in the example below under “taxonomy” field.

    Writing posts

    Thanks,
    Aakash

    in reply to: sticky is overlapping the sticky header when scrolling.

    Hi Alan,

    Yes, the announcement message supports full HTML. You can insert links.
    Please switch to the “Visual” tab and use the toolbar to insert links in the message.

    Thanks,
    Aakash

    in reply to: GIW – multi language management ?

    Hi @lunctoken,

    I haven’t tested with WPML and not sure how WPML works behind the scenes.

    Also, how do you intent to store the orginal and translated posts in your repo?

    Thanks,
    Aakash

    in reply to: sticky is overlapping the sticky header when scrolling.

    Hi Alan,

    It seems the theme is placing the header to the top of the window.

    Can you please check if you find any option in theme settings to move the header from the top of the page?

    If you can’t find any settings, please use the CSS below.

    header.fusion-is-sticky .fusion-header{
    	top: 34px !important;
    }

    Thanks,
    Aakash

    in reply to: Settings Area Has Moved in Apple Safari

    Hi Gregg,

    That is strange. There is no change made to announcer related to this. I checked the same on my test setup and the settings panel is seen in the center as expected.

    Can you please try click and drag the “settings” header to the center? If it is not helpful, can you please share a screenshot?

    Can you also please try on Screen options -> Layout section -> 1 column and then switch to 2 column?

    Thanks,
    Aakash

    in reply to: Removing the Share html from WordPress REST API

    Hi,

    Thanks for confirming. Glad it worked!

    Thanks,
    Aakash

    in reply to: Fetching thumbnails for Google RSS News Feed.

    Hi Zach,

    Sorry for the late reply. I somehow missed this thread.

    #1 – Images from Google news RSS feed is not working.

    Google news RSS feed stopped printing the “source URL” of the news item. Hence the plugin cannot fetch the thumbnail image.

    Until Google reverts the change or starts printing the news URL, there is no workaround for this now.

    #2 – Custom code for Google news image

    The code pointed in that thread was integrated with the plugin already, so the custom code is not required.

    Thanks,
    Aakash

    in reply to: no “duplicate shortcode” facility

    Hi Sarah,

    Thanks for using Shortcoder.
    I understand shortcoder plays an important part in your workflow.

    Please try my suggestions below.

    1) Duplicate shortcode

    Please install this plugin – https://wordpress.org/plugins/copy-delete-posts/ and click the “copy” button to duplicate the shortcode.

    Note: shortcode settings won’t be duplicated. But that is fine I guess.

    2) Display name next to shortcode name

    This option was already added in latest version of the plugin (both free/pro). On the right side of the “shortcode name” you can find a text box to set the “display name”

    Hope this helps.

    Thanks,
    Aakash

    Hi Gairy,

    The issue could be with the “content” of “floating popup” and not with UFW itself.

    Can you please remove the widget you have added now (i.e empty popup) and retry below procedure?

    “When I go to edit an image or change a setting on the backend of the E&PF plugin from Envato, the buttons will not respond anymore. “

    Thanks,
    Aakash

    Hi Gairy,

    Could you please share details on what is not working?

    Thanks,
    Aakash

    in reply to: My shortcode breaks inside the floating widget

    Hi Gairy,

    Glad you figured it out. Please do leave a 5 star review if this plugin is helping your requirement. Your review helps others a lot.

    https://wordpress.org/support/plugin/ultimate-floating-widgets/reviews/?rate=5#new-post

    Thanks,
    Aakash

    in reply to: My shortcode breaks inside the floating widget

    Hi Gairy,

    Thanks for using UFW plugin.

    Please note that the UFW plugin is unaware of the widget content and it does not alter design/content of the popup.

    Looking at the issue, it seems the certain CSS styles or CSS file required to style the shortcode is not loaded on the homepage/whole website.

    There could be various reasons for that. Some new plugin update/config change might have stopped that. It is better to check with the plugin/theme author and ask them why the form is not styled.

    The same issue will happen even when you directly insert the shortcode on the page without UFW plugin.

    Hope this helps.

    Thanks,
    Aakash

    in reply to: [Git it write] Plugin is removing characters from .MD file

    Hi @biomodal,

    Can you please make the below change in plugin editor?

    1) Deactivate Git it write plugin
    2) Go to plugin editor and select the file git-it-write/includes/publisher.php
    3) Insert the below code at line no. 137

    $content = wp_slash( $content );

    4) Save and activate the plugin.
    5) Delete the post and pull the repository again and confirm if the slash is retained.

    If things work as expected, I’ll ensure this change is published in the next version of the plugin.

    Thanks,
    Aakash

    in reply to: Removing the Share html from WordPress REST API

    Hi Walter,

    Can you please make the change below in the plugin editor?

    1) Disable WP Socializer plugin.
    2) Go to plugins -> plugin editor -> select wp-socializer/core/location-rules.php

    3) At line no.142, paste the code below.

    		if (defined('REST_REQUEST') && REST_REQUEST) {
    			return 0;
    		}

    4) Save the changes and activate the plugin.

    I’ll ensure this is addressed in the next version of the plugin.

    Thanks,
    Aakash

    in reply to: Removing the Share html from WordPress REST API

    Hi Walter,

    This is weird. I’ll have a look at my test setup and see how this can be prevented. I’ll share an update in a couple of days.

    Thanks,
    Aakash

Viewing 15 posts - 31 through 45 (of 1,963 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms