Forum Replies Created

Viewing 30 posts - 331 through 360 (of 826 total)
  • Author
    Posts
  • in reply to: My menu not working well with touch devices #127475

    Hi,

    I will let Kriesi know, but I think for now a good idea would be to have ipad only deal with mobile menus until there is a solution. In file /js/avia.js find line 85 that looks like

    switchWidth 	  = 767;

    and change the 767 number to whichever width in pixels your version of ipad hits max on landscape view.

    do the same on line 1114.

    Thanks,

    Nick

    in reply to: Lightbox Element not responsive in LayerSlider #127778

    Hi,

    The reason you are having problems is that you forgot to add the lightbox.

    Here is the code for image

    <a href='wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg data-rel="gallery-1" data-prev-img="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" class="first_thumb lightbox" data-onclick="1" title="Global Anglais" rel="lightbox[gallery-1]">
    <img src="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" title="Global Anglais" alt="Global Anglais">
    </a>

    and here is for video.

    <a href="http://www.youtube.com/watch?v=b6mSKONWmZo" data-rel="gallery-1" data-prev-img="wp-content/uploads/2013/07/schema-global_vf-Anglais.jpg" class="first_thumb lightbox" data-onclick="1" title="Global Anglais" rel="lightbox[gallery-1]">
    <img src="image for youtube" title="Global Anglais" alt="Global Anglais">
    </a>

    This is built into the theme. I am not sure why you are adding it manually.

    Thanks,

    Nick

    in reply to: Portfolio Grid Pagination not works #127643

    Hi,

    Please update your theme. You are using 1.31 while current version is 1.71 or 1.72 any time now. There has been a lot of updates so that you will need to login to themeforest.net and download the update from there, unzip it (twice) and using an FTP program, upload the update to your host. The update will overwrite every theme file so you should make a backup.

    https://vimeo.com/64927356 Here is a video to walk you through the process produced by Devin.

    Thanks,

    Nick

    in reply to: Google Custom Search #127128

    Hi,

    Are you sure that search works? I seem to find any website on it but yours.

    Thanks,

    Nick

    in reply to: Photo not uploading #127756

    Hi,

    Sorry about that. My email is usjahm (at) gmail (dot) com. Just reference this post url in the email some place.

    Thanks,

    Nick

    in reply to: Logo too Wide on Tablet and Phone #127852

    Hi,

    You can make the logo smaller for that screen size while making the font smaller as well. Not much else you can do if you have that many menu items. Can ofcourse force the mobile menu earlier for that screen size as well. Here is the css code , please add it to your css/custom.css or to Quick CSS located in Enfold > Theme Options > Layout Styling… the text area at the bottom of the page:

    http://www.clipular.com/c?9716021=yrkbqE9ieSXtdawm-vanJgl77ek&f=.png

    @media only screen and (min-width:768px) and (max-width:989px) {
    .logo {
    width:230px;
    right:110px;
    position:relative;
    }
    .main_menu {
    right:-70px;
    }
    .logo {
    float:left;
    position:absolute;
    bottom:-10px
    }
    .container {
    position:relative;
    right: 30px
    }
    }

    Thanks,

    Nick

    Hi,

    You don’t like that? It looks like the letter E for a split second till the brain starts screaming that it’s an imposter. ;)

    http://www.clipular.com/c?8916059=aDTSjCmzXJesBnenPQiYtT69ZaI&f=.png ;)

    That effect is not the theme (since the code producing it can’t be found in the theme); so It’s likely one of your plugins, I think Jetpack would be the likely suspect.

    You can get rid of it by using this css:

    .gallery br {
    clear: none !important;
    }

    Just add it to /css/custom.css OR to Quick CSS.

    Thanks,

    Nick

    in reply to: Have some questions. #128002

    Hi,

    I think the best thing for you to do would be to use the .htaccess file to ensure that everything gets https .Just add this to your .htaccess file located at the root of your wordpress installation (you will need ftp) or you can use a htaccess edit plugin to edit the file

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    or

    you can use this plugin -> http://wordpress.org/plugins/wordpress-https/installation/

    Thanks,

    Nick

    in reply to: Layer Slider Issues #127089

    Hi,

    I ran your export. Looks good to me. Goes through all the transitions without a problem. https://docs.google.com/file/d/0B8hqGBMSfHtKZkRDd2MwM2Q1R2c/edit

    The issue is your server or perhaps something in its configuration perhaps since I cant replicate that error.

    Thanks,

    Nick

    in reply to: Have some questions. #128000

    Hi,

    To add to what Ismael said,

    1) Please be more specific. Are you pulling an image hosted somewhere that you can only get via https? do you want your website to be all https? one thing i can say is, its a bad idea to have a mix of ssl and non ssl (http / https) images and includes on the same page as it will negatively affect your load time. so keep things consistent.

    Thanks,

    Nick

    in reply to: LEFT MENU LISTING PROBLEM #123194

    Hi,

    Do you want to disable them everywhere or just on that one page? (that page is not found by the way) http://www.clipular.com/c?9397094=oxkglf4FX_9CCER6TYZs4nIdZKE&f=.png

    To turn off comments on any single post , look at this http://i.imgur.com/DFgA14p.png

    Thanks,

    Nick

    in reply to: left Side bar excess free space #126650

    Hi,

    Please let us know when it will be available for viewing in order for us to assist you since otherwise this will be a frustrating experience trying to make low probability guesses. If you have a maintenance plugin, create a password in order for us to assist you. My email is usjahm (at) gmail (dot) com.

    Thanks,

    Nick

    in reply to: contact form divider and checkbox issue #127759

    Hi,

    In order for me to do that I would have to rebuild your site on a live host, a time consuming endeavor. I test on a localhost which by definition can not send emails.

    The latest theme is version 1.71 which is what I am using.

    Please provide a URL. I need to see the code *live in your page* since this is not normal behavior most likely influenced by either your custom plugin combination or a misconfigured server/extension.

    Thanks,

    Nick

    in reply to: Still having issues with excerpt #125859

    Hi,

    I am using v. 1.71 of the theme and everything works just fine.

    Here is a 2min video of 4 blogs types on the same page working with excerpts, more links, images, correct individual pages, etc.

    https://docs.google.com/file/d/0B8hqGBMSfHtKdG9TekJjSktxZFU/edit

    Thanks,

    Nick

    in reply to: Favicon #127764

    Hi,

    Not easy to find. I made a map for you. http://i.imgur.com/0WBZR3p.png Don’t get lost ;)

    Thanks,

    Nick

    in reply to: Photo not uploading #127754

    Hi,

    You can either email me the plugin , though i am not sure how i would recreate the part you are having a problem with. You can give me access to your server. Nah , just email me the plugin please , with a reference to this post (url) and some instructions or screen shot of how quickest i can recreate the error.

    Thanks,

    Nick

    in reply to: LEFT MENU LISTING PROBLEM #123192

    Hi,

    Is Brode even a page or just a reference mark since I don’t remember seeing any page link for it anywhere? It feels like there is an offset somewhere. If you are interested in finding out you can do a test by switching Brode with another menu item and seeing if first menu item changed, will now lose highlight color and brode gets it in 2nd or 3rd position.

    I can give you the css to fix the problem however

    #top.page-id-1740 ul #menu-item-1765 a {
    color: #001A4A;
    }

    Thanks,

    Nick

    in reply to: contact form divider and checkbox issue #127757

    Hi,

    Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.

    Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. A labeled screenshot hosted on imgur.com or else where would also be helpful in ensuring success. However. a screenshot alone is not very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.

    Thanks,

    Nick

    in reply to: Menu item without contents #127636

    Hi,

    0) Please go to Appearance > Menus and add a custom link to menu like this http://www.clipular.com/c?9504468=LBmstk3Eey1iSd5EddNdIre5riU&f=.png Use the pound symbol for a link

    1) Like what? I don’t see any carousell on that page, I just see a static image. But lets assume its moving. Ok Use a Media Element – Easy Slider. It would create a slider that size or smaller or bigger depending on what size images you plug inside.

    2a Please install the Enhanced Text Plugin ( http://wordpress.org/plugins/enhanced-text-widget/ )

    2b Go to Appearance > Widgets. Create a custom sidebar/widget area (bottom right) and call it my-map. Add the enhanced text widget to the my-map widget area. set the enhanced text widget to not show title or display before/after ( http://www.clipular.com/c?9504475=WhayXQxWWKB-_JcrsAPHQY8hqJU&f=.png ) . Add your custom map code to the widget as shown in image. Save.

    2c. Create a page. add two 1/2 column elements. (lets say you want map in right column). To right 1/2 column please add element widget area. Select the my-menu sidebar from drop down menu in the widget element (please see image) ( http://www.clipular.com/c?8873393=upF_CLONiHXNYCubRFw0Lt1-tpE&f=.png )

    3.This one seems to be well updated, have a high user base for a community to mutually support one another, and is well rated for such a large number of downloads http://wordpress.org/plugins/newsletter/

    Thanks,

    Nick

    in reply to: Grid Blog Format Not Working Properly #126785

    Hi,

    I just noticed you are not using latest theme as well. Please update to the latest version on themeforest.net and use ftp to upload the theme. This will overwrite all your theme files. There has been updates regarding the grid in this update so hopefully this will square you away.

    Thanks,

    Nick

    in reply to: left Side bar excess free space #126648

    Hi,

    Ok. What’s your url?

    Thanks,

    Nick

    in reply to: Bullet Point Alignments not Working #127498

    Hi,

    Its not a bug , its a setting on the unordered list. Here is the css to change it. Please add it to /css/custom.css or to Quick CSS. Before the setting was …. list-style: disc outside; You can try it without !important. .. it should work , but just in case i added it.

    ul.disc, .entry-content ul {
    list-style: disc inside !important;
    }

    Thanks,

    Nick

    in reply to: Social Icon at Socket #127251

    Hi,

    Try this. Please add it to your /css/custom.css file. If you want to change something, font size, social bookmark positioning, copyright positioning are there in the code below, but i think this will work well.

    @media only screen and (max-width:400px) {
    #socket {
    font-size:.73em;
    }
    #top #socket .social_bookmarks {
    right:-16px;
    }
    #socket .copyright {
    position:relative;
    left:-13px;
    top: 5px;
    }
    }

    Thanks,

    Nick

    in reply to: LEFT MENU LISTING PROBLEM #123190

    Hi,

    1. They are the same http://i.imgur.com/kNEc0So.png

    2. You need to make the 4 pages in your sidebar-ham to be child pages of hakkımızda** (keep reading). Go to each of the pages and set the parent page as hakikimizda**

    **To prevent the alphabetized child menu from showing up , please make sure your settings are like this http://i.imgur.com/eFOdNOj.png

    Thanks,

    Nick

    in reply to: How to change height and opacity non-fixed header #127222

    Hi,

    You need to add the css below to custom.css or quick css, just change the color to whichever you want. This is currently transparent:

    #header {
    background-color: #FFF;
    }

    Thanks,

    Nick

    in reply to: left Side bar excess free space #126645

    Hi,

    There is no way for you keep the current layout you have and have the sidebar end prematurely in any wordpress theme. The solution I suggested is the only viable one. Since you have a 3/4 and 1/4 , you would have 1/2 and 1/4 and 1/4 for the part of the page where you want the sidebar, and below it you will have the 3/4 and 1/4

    Thanks,

    Nick

    in reply to: Bullet Point Text Alignment #127483

    Hi,

    This is the default behavior in all themes and html I believe.

    Please try this CSS. Add it to your /css/custom.css file OR to Quick CSS

    ol {
    float:right;
    }

    If it doesn’t work , please provide a url to where the problem can be seen.

    Thanks,

    Nick

    in reply to: Form Working Problem #127326

    Hi,

    Your page is throwing a jQuery error that jQuery is not defined in :

    http://www.akab-lsp.com/wp/wp-content/plugins/uploader/uploadify/jquery.uploadify.v2.1.4.mod.js Please ask the developer of this plugin on his/her forum about this error.

    It seems you have a lot of different upload plugins enabled at once . Please use only one at a time.

    You can try this one as well http://wordpress.org/plugins/ninja-forms/

    Thanks,

    Nick

    in reply to: My menu not working well with touch devices #127473

    Hi,

    Clicking on something else closes the drop-down. On what devices does it not do that ?

    Are you making the menu item with # as a hyperlink as a custom link using only # for url and the button name in Appearance > Menus ( http://www.clipular.com/c?9495040=Tk54ZmUxeM4z7mVqt3mqIyDXjz8&f=.png )

    Don’t you have the mobile menu (drop down or slide-out) activated for mobile users?

    Thanks,

    Nick

    in reply to: Special Heading #127503

    Hi,

    You can use this CSS, Just change the color to the color you want, and if you selected a heading with another option than H3, change the h3 in the css below to whichever one you selected.

    Please add this to /css/custom.css OR to Quick CSS located in Enfold > (Enfold Theme Options) > Styling … the text area at the bottom of the page.

    .av-special-heading h3 {
    color: red;
    }

    Thanks,

    Nick

Viewing 30 posts - 331 through 360 (of 826 total)