serkan

Forum Replies Created

list of topics you have created till now.

  • serkan
    Moderator
    Posted in : Bulleted and Numbered

    Hi makinlaby,
    You can try to use this custom css code;

    .entry-content ul li a { font-size: 15px; }

    Thanks

    serkan
    Moderator

    Hi adeemworksstudios
    When you go to widget section, can you see the other sections?
    There should be footer social icons section on the right-hand side at the bottom.
    You should drag and drop a text widget there and write the social shortcodes.
    If you really don’t have that section please deactivate all your plugin and install a fresh copy of the theme.
    Thanks

    serkan
    Moderator

    Hi fudongshi,
    Create an account for me and give me the access your panel. You can send username and password via our contact form. Please add this topic url with your e-mail.
    Thanks

    serkan
    Moderator

    Hi, sorry it is not available by default and it requires more time and effort to customization, if you are not familiar to coding you may consider hiring an expert at envato studio.

    serkan
    Moderator
    Posted in : Photowall problem

    Hi iamjoewhite,
    If you don’t add the photowall shortcode, You images will come from the gallery which you inserted in the page. If you have the photowall shortcode, photos will come from portfolio.
    If you are not using the shortcode so you should create a gallery in your homepage and upload your pictures there.
    You should have about 40 pics minimum. So I would recommend you to use alternate homepage or other ones unless you have enough pictures then you can try to use photowall homepage.
    Thanks

    serkan
    Moderator

    Hi fudongshi,
    Could you let me know when is your website online then i can check your website source codes.
    Thanks

    serkan
    Moderator

    Hi msanakoren,
    I am happy that you figured it out.
    Thanks

    serkan
    Moderator
    Posted in : Bulleted and Numbered

    Hi makinlaby,
    Could you take a screenshot of editor panel and give me your related url and i can give you custom css code. Of course wordpress editor panel’s font size will be different from your website because theme has style css codes. Anyway I can change it if your provide me the related informations.
    Thanks

    serkan
    Moderator
    Posted in : Short fonts on mobile

    Hi makinlaby,
    Could you provide me your related url please?
    I can give you some custom css code.
    Thanks

    serkan
    Moderator

    Hi kdarker,
    You can check out this useful url. They compared the top ones to determine which is the best WordPress popup plugin overall.
    http://www.wpbeginner.com/best-wordpress-popup-plugin/
    Thanks

    serkan
    Moderator

    It can be possible but it requires more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to wordpress-html coding.

    serkan
    Moderator
    Posted in : Using Shortcodes

    Hi sagire,
    If you talking about the twitter button, you can check out this related topic;
    https://dev.twitter.com/web/tweet-button

    But if you mean twitter social icon, you can use this shortcode.
    [social_icon_wrap]
    [social_icon type="twitter" url="#"]
    [/social_icon_wrap]

    Thanks

    serkan
    Moderator

    Hi Jinhoe,
    Thanks for the feedback. =)

    serkan
    Moderator

    Hi msanakoren,
    Please go to pages and check please is there any PORTFOLIO page ? If it is not please create a page which calls PORTFOLIO.
    Thanks

    serkan
    Moderator

    Thanks for the feedback. :=)

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator

    Hi GaroPpo,
    Please don’t edit the theme file. You can use this custom css codes;
    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/

    @media screen and (min-width: 992px) { .post .entry-content > p  img:not(.alignleft):not(.alignright), .post .entry-content .gallery { width: 100%; margin-left: 0; } }
    
    @media screen and (min-width: 1200px) { .blog-single .alignleft, .blog-single .wp-caption.alignleft { max-width: 68%; margin-left: 0;  margin-right: 2em; } }
    
    @media screen and (min-width: 1200px) { .blog-single .alignright, .blog-single .wp-caption.alignright { max-width: 68%; margin-right: 0; margin-left: 2em; } }
    
    @media screen and (min-width: 768px) { .post .entry-content > p img:not(.alignleft):not(.alignright), .post .entry-content .gallery { width: 100%; max-width: none; margin-left: 0; } }
    serkan
    Moderator

    Hi GaroPpo,
    Could you explain it to me more please? What do you want to get with aligncenter?
    Where did you put your custom css code? Did you edit the theme files?

    serkan
    Moderator

    Hi GaroPpo,
    You can use back to top plugin for this feature.
    https://wordpress.org/plugins/scroll-back-to-top/

    Also for the lightbox feature on all image, you can try to use these plugins.
    https://wordpress.org/plugins/simple-lightbox/
    https://wordpress.org/plugins/responsive-lightbox/

    Thanks

    serkan
    Moderator

    Hi vasvalch,
    It is not possible by default with custom css codes. There are two options.
    You can use our custom css code which i gave you above or keep it default to overflowing image style.

    Last thing you can keep the photos with 1000px with this custom css code;
    @media screen and (min-width: 1400px) {
    .single .content-area:not(.with-sidebar) .gallery, .single .content-area:not(.with-sidebar) .aligncenter, .single .content-area:not(.with-sidebar) .media-wrap, .single .content-area:not(.with-sidebar) .entry-content .owl-carousel { max-width: 1000px; margin-left: -26%; margin-right: auto; } }

    Hi tobetwobees2b,
    We are adding this to the update list. Thanks for the feedback.

    serkan
    Moderator

    Hi,
    I just checked your related url and it looks okay. Could you tell me your test browser and version please?
    Thanks

    serkan
    Moderator

    Custom css code will solve your max-width issue. Please change it with your readable code.
    And it looks like instagram script is conflicting with the aside content format. Could you check your script as well.
    Thanks

    serkan
    Moderator

    Please deactivate all your plugin and try it again.

    Your aside content should be like that; you should use aside_content shortcode.

    [aside_content]
    
    TEXT
    
    [/aside_content]

    You can use this custom css code;

    .wrapper > .row {  max-width: 580px; }

    Thanks

    serkan
    Moderator

    Hi VarunSh,
    Please go to appearance > theme options > style > Menu Search ( yes )
    Thanks

    serkan
    Moderator

    Hi VarunSh,
    Use contact_form shortcode like this in your page content:

    [contact_form to="yourname@gmail.com" subject="New Message from My Site"]

    Also deactivate all your plugin and try it again.
    The php mail() function must be enabled on your server. Please check this on your server by contacting server people/your host.

    Thanks

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator
    Posted in : Adding a Footer

    Hi vinayfi,
    It is not possible by default. You can search a footer plugin for this feature.
    https://wordpress.org/search/footer
    Thanks

    serkan
    Moderator
    Posted in : Malware!

    We will update the file with the next update.
    Thanks for the feedback.

    serkan
    Moderator

    Hi Rontice,
    You can disable ajax in the code. Please check it again when you disable ajax. Edit js/main.js(in theme folder) in a text editor, and find line : 172;

    $(".one-page-layout a.ajax").live('click',function() {
    and change it to
    $(".one-page-layout a.ajax2").live('click',function() {

    If it is not working for you, please try to use another plugin instead of polylang.
    Thanks

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    serkan
    Moderator
    Posted in : Dash in Site Title

    Appearance > theme options > style > Custom CSS
    You should add your custom codes here.
    You are using yoast seo plugin so check its settings for the dash.
    Thanks

    serkan
    Moderator
    Posted in : Blog Page Template

    Please go to settings >reading > Front page displays > Posts page: choose your blog page.

    serkan
    Moderator
    Posted in : Dash in Site Title

    Hi laurarylee,
    If you talking about the site description, it should not be there.
    Could you be more specific please and maybe add a screenshot.
    Thanks

    serkan
    Moderator
    Posted in : Blog Page Template

    Hi drfolimage,

    Please go to appearance > theme options > blog and choose masonry layout.

    Thanks

    serkan
    Moderator

    Hi marina2042,
    Could you please check the settings again for the contact page.
    If you still have the issue, please use ninja forms instead of default contact page.
    https://wordpress.org/plugins/ninja-forms/
    It doesn’t make sense its broken after the update.
    Thanks

    serkan
    Moderator
    Posted in : Portfolio order issue

    Hi marina2042,
    When you change the publish date, it will automatically change the position.
    You can copy that item and delete it and create a new item.
    If you still have the issue, please deactivate all your plugin and try it again.
    Thanks

    serkan
    Moderator

    Hi Chris Offner,
    You can use this custom css code;

    .mejs-overlay-loading span { background: none; }

    I just checked your original video size and it is also smaller than 1280-720px
    There is something wrong with the embed code.
    I will check it again and if i came up with a solution i will let you know.
    Thanks

    serkan
    Moderator

    Hi dpham,
    On the post editor screen click on the screen options button on the upper right corner of the screen. This will open a fly down menu where you need to check the box next to excerpt.
    Once you have checked the excerpt box, scroll down and you will find a excerpt meta box on the post editor screen. This meta box allows you to selectively enable or disable excerpt on a single page.
    Also please check the publish option is it private or public.
    And deactivate all your plugin and try it again. If all the steps are correct, third party of plugin might be conflicting with the theme.
    Thanks

    serkan
    Moderator
    Posted in : Malware!

    Hi nosfat,
    We just install and run avast in our demo and couldn’t detect any issue.
    Maybe you can ask it in avast support forum.
    Thanks

    serkan
    Moderator

    Hi Annika,
    I could not see any widget in your footer area. This custom css code will provide what you want but add a widget and if it doesn’t fir your widget area, we can have a look again.

    .site-footer { background-color: #393939; color: #fff; }

    Thanks

    serkan
    Moderator

    Hi Elizabeth,
    We created a page for pricing and chose Medium-width Page. For the standart post’s page width is 740 px that is why it looks like different. You can create a price page and choose the medium-width page template or you can use this custom css code;
    .page-id-862 .layout-fixed { max-width: 1060px; }
    Thanks

    serkan
    Moderator
    Posted in : Dash in Site Title

    Hi laurarylee,
    You can use this custom css code;

    .site-description {  display: none; }

    Thanks

    serkan
    Moderator
    Posted in : Malware!

    Hi nosfat,
    I will install avast and run your test. I will let you know if I came up with a solution.
    Thanks

    serkan
    Moderator

    Hi bentham403,
    The column choice of galleries only work if you choose “None” or “Fluidbox” from “Theme Options > Style > Gallery Type For Posts And Pages”
    Use the column shortcode for the images.

    – otherwise if you choose “Photo Gallery” or “Photo Gallery 2″, collage layout is applied to these type of galleries, and collage layout galleries don’t work with column number, instead it takes row-height value to generate layout, which you can set at “Theme Options > Portfolio > Row Height” input, lower the value (default : 360) to have more images in a row, or vice-versa.

    serkan
    Moderator

    Hi kaylianjh,
    You can try to use this custom css code;

    .entry-header { margin-bottom: 0; }

    Thanks

    serkan
    Moderator

    Hi Stephen,
    I would recommend you to deactivate all other plugin and try it again. If it is still conflicting, i would recommend you to try to install another vertical tab plugin.
    Thanks

    serkan
    Moderator
    Posted in : Malware!

    Hi nosfat,
    We never found a malware in the theme files. Could you please deactivate all your plugin and install a fresh copy of the theme and check it again please?

    serkan
    Moderator

    Hi ief,
    Look at the borders, it displays full but shows half. It looks like related with google adsense.
    Provide me your related url and i will check is there anything that i can do for you.
    Thanks

Viewing 50 posts - 13,451 through 13,500 (of 15,511 total)