Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter edoron777

    (@edoron777)

    Thanks for the answer
    As I mentioned, I have installed the required add-on
    Attached the screenshot,
    https://imgur.com/a/mQ1OF

    when looking at the plugin settings, the option of the template doesn’t exist
    https://imgur.com/a/BhgTo

    https://imgur.com/a/JnwnS
    any idea?
    Best regards
    Eyal

    Thread Starter edoron777

    (@edoron777)

    Hello Dudo
    Thanks a lot for the Help
    Disable CDN is no option for me

    Thread Starter edoron777

    (@edoron777)

    try to uninstall + install , no luck ??

    Thread Starter edoron777

    (@edoron777)

    No , but i use cloud flare CDN service

    Thread Starter edoron777

    (@edoron777)

    Hello Claude
    I have chosen to option of displaying the LinkedIn signature in each of the posts (LinkedIn cards).
    My wish was to display a minimal signature in which only my image and tile is displayed.
    I have delete \remove the default option of OBJECTIVE + SUMMARY fields and save the settings.
    I send you a link to a screenshot – https://i.imgur.com/hWJYlwC.jpg , so you can see what I mean.

    Even when the option of OBJECTIVE + SUMMARY fields was removed, the signature still displays this fields.

    View post on imgur.com

    Thread Starter edoron777

    (@edoron777)

    I have chosen to option of displaying the LinkedIn signature in each of the posts (LinkedIn cards).
    My wish was to display a minimal signature in which only my image and tile is displayed.
    I have delete \remove the default option of OBJECTIVE + SUMMARY fields and save the settings.
    I send you a link to a screenshot –


    , so you can see what I mean.

    Even when the option of OBJECTIVE + SUMMARY fields was removed, the signature still displays this fields.

    Thread Starter edoron777

    (@edoron777)

    Hello Claude

    thanks for your answer
    the shortcode [li_card summary_length=”0″] work ( display what i want)
    but..
    I will need to add it manually to each of my posts.

    I have deleted the default fields OBJECTIVE +
    SUMMARY field ( just leave the list of fields empty in the settings), but the signature still includes this fields.

    Forum: Plugins
    In reply to: [WP Edit] custom CSS
    Thread Starter edoron777

    (@edoron777)

    Thanks for the update
    I have two separated tasks:
    1. Enable the WP-Edit to use my theme\template CSS style
    the editor come with his own CSS style for example: when using the WP-Edit the font style and the size is not identical to the theme\template font style.
    Is there an option to “tell” WP-Edit that I want him to use my theme CSS file?

    2. Formats dropdown
    add to the Formats dropdown menu a custom style that are included in my theme\template CSS style.
    Does this task could be accomplished in a simple way?
    For example, a PHP code that I can add that “tell” to WP-edit: “please include the following CSS style in the format menu”?
    Does the Professional version of WP-edit enable me to accomplish this task using GUI interface and not a PHP code?
    Best regards’
    Eyal Doron

    Forum: Plugins
    In reply to: [WP Edit] custom CSS
    Thread Starter edoron777

    (@edoron777)

    Not exactly. I try to read information by using the link that you send me but im not sure what I need to do
    The most “close” information to my question was:
    Load a stylesheet with your CSS
    Use this function to load a new stylesheet for use in your admin panel – some plugins/themes might already be adding a stylesheet so if your theme/plugin is doing that skip this and just add your custom CSS and tweak the js (shown below).
    view source
    print?
    1 function my_shortcodes_mce_css() {
    2 wp_enqueue_style(‘symple_shortcodes-tc’, plugins_url(‘/css/my-mce-style.css’, __FILE__) );
    3 }
    4 add_action( ‘admin_enqueue_scripts’, ‘my_shortcodes_mce_css’ );

    But I’m not sure to what file i need to add this function

    Hello
    My question is regarding the CSS style of the post header
    It’s a Beautiful plugin but the problem is that the font are huge
    https://365start.org/2014/12/hello-world/
    It look like my template include a CSS style named: .single-post .entry-title, the use 38 as a font size
    I try to edit the plugin CSS style (wp-tab-widget.css) and add the important mark to the following sections
    .wpt_widget_content .wpt-postmeta, .wpt_comment_content, .wpt_excerpt {
    color: #999;
    font-size: 13px !important;
    }

    .wpt_widget_content #tags-tab-content ul li {

    font-size: 13px !important;

    .wpt-loading:after {
    content: “”;
    margin: 0 auto 3em auto;
    font-size: 10px !important;

    but no lack
    and idea ?
    Thanks in advanced
    Eyal Doron

    Thread Starter edoron777

    (@edoron777)

    Hello
    In the plugin setting page I choose the option: Display the toolbar
    Additionally, I add to the code sample the following syntax:
    [ps gutter="false" toolbar="true"]

    function Format-BytesInKiloBytes
    {
    param(
    $bytes
    )
    “{0:N0}” -f ($bytes/1000)
    }
    [/ps]
    But no lack, the toolbar doesn’t appear
    Any idea, suggestions?

    Eyal Doron

    Thread Starter edoron777

    (@edoron777)

    i try to revert the post to “draft” and then re publish
    no luck ??

    Thread Starter edoron777

    (@edoron777)

    Hello
    thanks but…
    the option of “Display a prompt to insert a rating widget when a post is published. ” is enabled.
    My question was regarding the “trigger” that display the notification when I edit the post
    When I edit a post that do not include the survey when I “save” the update, the “notification” doesn’t appear.
    My question is “I can I make it appear” ?

    Thread Starter edoron777

    (@edoron777)

    thanks
    but isn’t the CSS class
    .collapseomatic_excerpt, .collapseomatic_content
    is “reserved” class that the Java script relate to ?

    Thread Starter edoron777

    (@edoron777)

    Hello
    The advice about using the “important” tag help me (thanks a lot!)
    No I have additional issue that relate to the indent setting of the nested class text

    I want to create a customization to a custom class that I need to use.
    the default style is configured to indent each of the sub category.
    In my scenario, I have change the default setting of the following CSS class
    .collapseomatic_excerpt, .collapseomatic_content {
    margin-top: 0px;
    margin-left: 1px !important;
    padding: 0px;
    Because when I use the standard class I don’t want to indent the “content”
    Using a nested settings
    I have created two custom CSS styles: Head01 and Head02
    And use the following syntax for implementing nested expand and collapse:

    [expand title=”Root Level” trigclass=”Head01″]
    some txt
    [expandsub1 title=”Nested Level 1″ trigclass=”Head02″]
    some txt
    [/expandsub1]
    [/expand]

    CSS Style

    .Head01
    {
    background: #eee url(images/plus.png) no-repeat 110% 45%;;
    border-color:#949494 #949494;
    font-size: 110%;
    padding: 0px 5px 5px 10px;
    cursor: pointer;
    color:#000;
    margin-left: 1px !important;
    }
    .Head01.colomat-close
    {
    background: #eee url(images/minus.png) no-repeat 110% 45%;
    }
    .Head01.collapseomatic_excerpt, .Head01.collapseomatic_content
    {
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;;
    }

    .Head02
    {
    background: #0a3b76 url(images/plus.png) no-repeat 98% 50%;;
    border-color:#949494 #949494;
    font-size: 110%;
    padding: 0px 5px 5px 10px;
    cursor: pointer;
    color:#000;
    margin-left: 26px !important;
    }
    .Head02.colomat-close
    {
    background: #0a3b76 url(images/minus.png) no-repeat 98% 50%;
    }

    .Head02.collapseomatic_excerpt, .Head02.collapseomatic_content
    {
    margin-top: 0px !important;
    margin-left: 26px !important;
    padding: 0px !important;
    }
    .Head02.expandsub1
    {
    margin-top: 0px !important;
    margin-left: 26px !important;
    padding: 0px !important;
    }

    The result is that the sub category header (the nested class) is successfully indent, but the content (the text) is not indented

    Can you advice what is the required setting for this configuration?
    You can see a sample in the following URL
    https://www.o365info.com/test-page-expand-collapse

Viewing 15 replies - 1 through 15 (of 20 total)