PRO: setup post single page, blog settings, sharing options

Hello,

First of all i am loving PRO, big fan here! I am enjoying much more the way PRO is going, it looks unlimited I can almost feel the clean code you all made together.

###1. Is there any sharing options for single post page? I want to avoid installing any more plugins…
(please see the uploaded image on the on the next question 2.)

###2. theme options > portfolio > Sharing. This sharing option on my portfolio are sharing the main website and not the current project. I mea, I am on the Project X, then I click on facebook share and it gives me the main page on the open graph.

Here in the Apex website you a have a nice system, why I cant have something that works in the same way/similar?

I click on the share button the open graph sharing is from the actual page.

(I must say that I am using Yoast for my open graph settings and I also disabled the Open graph oprion on the theme options > social as recommend by your support team)

###3. Please see the image uploaded. So on the last 3 breakpoints (smaller screens) I want to achieve what is on the right screen. So without that container, hope that the image is enough to explain. I wanted to apply that on my single post page and single portfolio page.
Image:

###4. When I open my website from facebook on my mobile my main menu is broken. Its messing with the scale. I tried on different smartphones and does the same.
Image:

###5. How do I edit the text presets on the content editor? For example I wanted to make some tweaks on the quote settings to apply on my blog, for example change type, size and color of the quote.

###6. I dont have a child-theme on my site. I already made some custom css on the global css (theme options). Now i have a update to do, should copy the global css > setup a child-theme > paste the global css? How about the class that setup it will be removed with the update?

thats all
Thank you! you’r the best!

Hi There,

We are really sorry that you are facing issue, In same time we are glad that you likes our product.
We will try our best to find out what could be the cause of issue. To find out if this issue cause due to the theme or any other reason we need fe details from your side.

Please provide following information:
Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password
    All the best!

Hello, here looking forward for a reply

Hey @juliana,

  1. Pro has an Entry Share shortcode which you can insert in a text widget to be displayed in your sidebar.

If you need more layout and display options though, you will need a third party sharing plugin like AddToAny.

  1. The portfolio share is basically an Entry Share element built in the portfolio template. It will share the URL of the page it is placed in.

Pro does not have a URL sharing feature like in this forum. Also, Apex is powered by Discourse and not powered by WordPress.

  1. Please add this code in Pro > Theme Options > CSS
@media (max-width: 979px) {
    .single-post .x-container.width,
    .single-x-portfolio .x-container.width {
        width: 100%;
    }
}
  1. This is a known bug which regretfully has no solution yet. Please stay tuned for updates.

  2. After you’ve finished setting up an element, you can save it as a preset.

  1. The global CSS will not be affected by updates.

If you have additional questions, it would be best that you open a separate thread in order to avoid confusion later down the road.

Thanks.

Hello great!

  1. spot on

  2. solved

  3. spot on

  4. ok

  5. I was referring to here:

  6. ok thank you.

THANK YOU

Hi,

For #5

You can achieve that using Custom CSS

eg. Add this in Theme Options > CSS

blockquote {
    color:red;
    font-size:40px;
    font-family:Arial;
    font-style: italic;
}

Hope that helps.

Thank you!

You are very welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.